update access-manager to 0.4.1 (#33)
Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
parent
bfa8cb07f5
commit
bfc1e244b1
|
|
@ -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.4.0
|
version: 0.4.1
|
||||||
appVersion: 0.4.0
|
appVersion: 0.4.1
|
||||||
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
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ The following table lists the configurable parameters of the Access-Manager char
|
||||||
| Parameter | Description | Default |
|
| Parameter | Description | Default |
|
||||||
| -------------------------------------- | ------------------------------------------------- | ----------------------------- |
|
| -------------------------------------- | ------------------------------------------------- | ----------------------------- |
|
||||||
| `image.repository` | container image repository | `ckotzbauer/access-manager` |
|
| `image.repository` | container image repository | `ckotzbauer/access-manager` |
|
||||||
| `image.tag` | container image tag | `0.4.0` |
|
| `image.tag` | container image tag | `0.4.1` |
|
||||||
| `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 | `[]` |
|
||||||
|
|
|
||||||
|
|
@ -94,6 +94,7 @@ spec:
|
||||||
kind:
|
kind:
|
||||||
type: string
|
type: string
|
||||||
name:
|
name:
|
||||||
|
default: ""
|
||||||
type: string
|
type: string
|
||||||
roleName:
|
roleName:
|
||||||
type: string
|
type: string
|
||||||
|
|
@ -133,9 +134,7 @@ spec:
|
||||||
type: array
|
type: array
|
||||||
required:
|
required:
|
||||||
- kind
|
- kind
|
||||||
- name
|
|
||||||
- roleName
|
- roleName
|
||||||
- subjects
|
|
||||||
type: object
|
type: object
|
||||||
type: array
|
type: array
|
||||||
namespace:
|
namespace:
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ckotzbauer/access-manager
|
repository: ckotzbauer/access-manager
|
||||||
tag: 0.4.0
|
tag: 0.4.1
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue