update access-manager to 0.5.1 (#44)
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
parent
4a5ed949c4
commit
7353d50fe6
|
|
@ -1,8 +1,8 @@
|
|||
apiVersion: v1
|
||||
description: Kubernetes-Operator to simplify RBAC configurations
|
||||
name: access-manager
|
||||
version: 0.5.0
|
||||
appVersion: 0.5.0
|
||||
version: 0.5.1
|
||||
appVersion: 0.5.1
|
||||
home: https://github.com/ckotzbauer/access-manager
|
||||
sources:
|
||||
- https://github.com/ckotzbauer/access-manager
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ The following table lists the configurable parameters of the Access-Manager char
|
|||
| Parameter | Description | Default |
|
||||
| -------------------------------------- | ------------------------------------------------- | ----------------------------- |
|
||||
| `image.repository` | container image repository | `ckotzbauer/access-manager` |
|
||||
| `image.tag` | container image tag | `0.5.0` |
|
||||
| `image.tag` | container image tag | `0.5.1` |
|
||||
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
|
||||
| `nodeSelector` | node labels for pod assignment | `{}` |
|
||||
| `tolerations` | node tolerations for pod assignment | `[]` |
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
|
|||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.4.0
|
||||
controller-gen.kubebuilder.io/version: v0.4.1
|
||||
creationTimestamp: null
|
||||
name: rbacdefinitions.access-manager.io
|
||||
spec:
|
||||
|
|
@ -218,7 +218,7 @@ apiVersion: apiextensions.k8s.io/v1
|
|||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
annotations:
|
||||
controller-gen.kubebuilder.io/version: v0.4.0
|
||||
controller-gen.kubebuilder.io/version: v0.4.1
|
||||
creationTimestamp: null
|
||||
name: syncsecretdefinitions.access-manager.io
|
||||
spec:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
image:
|
||||
repository: ckotzbauer/access-manager
|
||||
tag: 0.5.0
|
||||
tag: 0.5.1
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
podAnnotations: {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue