Merge pull request #80 from ckotzbauer/feature/access-manager-0.8.1

update access-manager to 0.8.1
This commit is contained in:
Christian Kotzbauer 2021-12-14 08:58:26 +01:00 committed by GitHub
commit e05f29e568
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 apiVersion: v1
description: Kubernetes-Operator to simplify RBAC configurations description: Kubernetes-Operator to simplify RBAC configurations
name: access-manager name: access-manager
version: 0.8.0 version: 0.8.1
appVersion: 0.8.0 appVersion: 0.8.1
home: https://github.com/ckotzbauer/access-manager home: https://github.com/ckotzbauer/access-manager
sources: sources:
- https://github.com/ckotzbauer/access-manager - https://github.com/ckotzbauer/access-manager

View File

@ -42,7 +42,7 @@ The following table lists the configurable parameters of the Access-Manager char
| -------------------------------------- | ------------------------------------------------- | ------------------------------------- | | -------------------------------------- | ------------------------------------------------- | ------------------------------------- |
| `replicas` | replicas of deployment (leader-election only > 1) | `1` | | `replicas` | replicas of deployment (leader-election only > 1) | `1` |
| `image.repository` | container image repository | `ghcr.io/ckotzbauer/access-manager` | | `image.repository` | container image repository | `ghcr.io/ckotzbauer/access-manager` |
| `image.tag` | container image tag | `0.8.0` | | `image.tag` | container image tag | `0.8.1` |
| `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` |
| `nodeSelector` | node labels for pod assignment | `{}` | | `nodeSelector` | node labels for pod assignment | `{}` |
| `tolerations` | node tolerations for pod assignment | `[]` | | `tolerations` | node tolerations for pod assignment | `[]` |

View File

@ -6,7 +6,7 @@ replicas: 1
image: image:
repository: ghcr.io/ckotzbauer/access-manager repository: ghcr.io/ckotzbauer/access-manager
tag: 0.8.0 tag: 0.8.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
podAnnotations: {} podAnnotations: {}