update access-manager

Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
Christian Kotzbauer 2024-03-30 15:42:01 +01:00
parent 6ab0beeb3d
commit 15825a36d1
2 changed files with 3 additions and 3 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.13.0 version: 0.14.0
appVersion: 0.12.0 appVersion: 0.13.0
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.12.0` | | `image.tag` | container image tag | `0.13.0` |
| `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 | `[]` |