update access-manager
Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
parent
6ab0beeb3d
commit
15825a36d1
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
description: Kubernetes-Operator to simplify RBAC configurations
|
||||
name: access-manager
|
||||
version: 0.13.0
|
||||
appVersion: 0.12.0
|
||||
version: 0.14.0
|
||||
appVersion: 0.13.0
|
||||
home: https://github.com/ckotzbauer/access-manager
|
||||
sources:
|
||||
- https://github.com/ckotzbauer/access-manager
|
||||
|
|
|
|||
|
|
@ -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.12.0` |
|
||||
| `image.tag` | container image tag | `0.13.0` |
|
||||
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
||||
| `nodeSelector` | node labels for pod assignment | `{}` |
|
||||
| `tolerations` | node tolerations for pod assignment | `[]` |
|
||||
|
|
|
|||
Loading…
Reference in New Issue