update access-manager to 0.4.1 (#33)

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
Christian Kotzbauer 2020-11-01 19:31:51 +01:00 committed by GitHub
parent bfa8cb07f5
commit bfc1e244b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,8 @@
apiVersion: v1
description: Kubernetes-Operator to simplify RBAC configurations
name: access-manager
version: 0.4.0
appVersion: 0.4.0
version: 0.4.1
appVersion: 0.4.1
home: https://github.com/ckotzbauer/access-manager
sources:
- https://github.com/ckotzbauer/access-manager

View File

@ -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.4.0` |
| `image.tag` | container image tag | `0.4.1` |
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
| `nodeSelector` | node labels for pod assignment | `{}` |
| `tolerations` | node tolerations for pod assignment | `[]` |

View File

@ -94,6 +94,7 @@ spec:
kind:
type: string
name:
default: ""
type: string
roleName:
type: string
@ -133,9 +134,7 @@ spec:
type: array
required:
- kind
- name
- roleName
- subjects
type: object
type: array
namespace:

View File

@ -4,7 +4,7 @@
image:
repository: ckotzbauer/access-manager
tag: 0.4.0
tag: 0.4.1
pullPolicy: IfNotPresent
podAnnotations: {}