Update access-manager to 0.2.0 (#15)

* initial access-manager chart

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>

* remove blank line

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>

* update access-manager

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>

* add access-manager to readme

Signed-off-by: Christian Kotzbauer <christian.kotzbauer@gmail.com>
This commit is contained in:
Christian Kotzbauer 2020-07-18 12:26:42 +02:00 committed by GitHub
parent 9032e5acb3
commit 1690e99076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 5 deletions

View File

@ -16,6 +16,7 @@ helm repo add ckotzbauer https://ckotzbauer.github.io/helm-charts
## Charts
- [access-manager](https://github.com/ckotzbauer/helm-charts/tree/master/charts/access-manager)
- [cadvisor](https://github.com/ckotzbauer/helm-charts/tree/master/charts/cadvisor)
- [nfs-client-provisioner](https://github.com/ckotzbauer/helm-charts/tree/master/charts/nfs-client-provisioner)
- [prometheus-blackbox-exporter](https://github.com/ckotzbauer/helm-charts/tree/master/charts/prometheus-blackbox-exporter)

View File

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

View File

@ -35,12 +35,12 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration
The following table lists the configurable parameters of the Prometheus MSTeams chart and their default values.
The following table lists the configurable parameters of the Access-Manager chart and their default values.
| Parameter | Description | Default |
| -------------------------------------- | ------------------------------------------------- | ----------------------------- |
| `image.repository` | container image repository | `ckotzbauer/access-manager` |
| `image.tag` | container image tag | `0.1.0` |
| `image.tag` | container image tag | `0.2.0` |
| `image.pullPolicy` | container image pull policy | `IfNotPresent` |
| `nodeSelector` | node labels for pod assignment | `{}` |
| `tolerations` | node tolerations for pod assignment | `[]` |

View File

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