Update access-manager to 0.11.0 (#125)

This commit is contained in:
Christian Kotzbauer 2022-12-12 08:44:46 +01:00 committed by GitHub
parent 9220f54dc1
commit 53b4e1384d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1
description: Kubernetes-Operator to simplify RBAC configurations
name: access-manager
version: 0.10.0
appVersion: 0.10.0
version: 0.11.0
appVersion: 0.11.0
home: https://github.com/ckotzbauer/access-manager
sources:
- 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` |
| `image.repository` | container image repository | `ghcr.io/ckotzbauer/access-manager` |
| `image.tag` | container image tag | `0.10.0` |
| `image.tag` | container image tag | `0.11.0` |
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
| `nodeSelector` | node labels for pod assignment | `{}` |
| `tolerations` | node tolerations for pod assignment | `[]` |