Merge pull request #69 from ckotzbauer/access-manager-0.7.0

update to access-manager 0.7.0
This commit is contained in:
Christian Kotzbauer 2021-08-22 12:28:43 +02:00 committed by GitHub
commit 51d4f78328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1
description: Kubernetes-Operator to simplify RBAC configurations
name: access-manager
version: 0.6.0
appVersion: 0.6.0
version: 0.7.0
appVersion: 0.7.0
home: https://github.com/ckotzbauer/access-manager
sources:
- https://github.com/ckotzbauer/access-manager

View File

@ -41,7 +41,7 @@ The following table lists the configurable parameters of the Access-Manager char
| Parameter | Description | Default |
| -------------------------------------- | ------------------------------------------------- | ------------------------------------- |
| `image.repository` | container image repository | `ghcr.io/ckotzbauer/access-manager` |
| `image.tag` | container image tag | `0.6.0` |
| `image.tag` | container image tag | `0.7.0` |
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
| `nodeSelector` | node labels for pod assignment | `{}` |
| `tolerations` | node tolerations for pod assignment | `[]` |

View File

@ -4,7 +4,7 @@
image:
repository: ghcr.io/ckotzbauer/access-manager
tag: 0.6.0
tag: 0.7.0
pullPolicy: IfNotPresent
podAnnotations: {}