update access-manager to 0.8.0
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
parent
afab947216
commit
7ccb32d52f
|
|
@ -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.7.1
|
version: 0.8.0
|
||||||
appVersion: 0.7.0
|
appVersion: 0.8.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
|
||||||
|
|
|
||||||
|
|
@ -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.7.0` |
|
| `image.tag` | container image tag | `0.8.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 | `[]` |
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
controller-gen.kubebuilder.io/version: v0.4.1
|
controller-gen.kubebuilder.io/version: v0.7.0
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
name: rbacdefinitions.access-manager.io
|
name: rbacdefinitions.access-manager.io
|
||||||
spec:
|
spec:
|
||||||
|
|
@ -218,7 +218,7 @@ apiVersion: apiextensions.k8s.io/v1
|
||||||
kind: CustomResourceDefinition
|
kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
controller-gen.kubebuilder.io/version: v0.4.1
|
controller-gen.kubebuilder.io/version: v0.7.0
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
name: syncsecretdefinitions.access-manager.io
|
name: syncsecretdefinitions.access-manager.io
|
||||||
spec:
|
spec:
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ replicas: 1
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/ckotzbauer/access-manager
|
repository: ghcr.io/ckotzbauer/access-manager
|
||||||
tag: 0.7.0
|
tag: 0.8.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue