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:
parent
9032e5acb3
commit
1690e99076
|
|
@ -16,6 +16,7 @@ helm repo add ckotzbauer https://ckotzbauer.github.io/helm-charts
|
||||||
|
|
||||||
## 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)
|
- [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)
|
- [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)
|
- [prometheus-blackbox-exporter](https://github.com/ckotzbauer/helm-charts/tree/master/charts/prometheus-blackbox-exporter)
|
||||||
|
|
|
||||||
|
|
@ -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.1.0
|
version: 0.2.0
|
||||||
appVersion: 0.1.0
|
appVersion: 0.2.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
|
||||||
|
|
|
||||||
|
|
@ -35,12 +35,12 @@ The command removes all the Kubernetes components associated with the chart and
|
||||||
|
|
||||||
## Configuration
|
## 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 |
|
| 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.1.0` |
|
| `image.tag` | container image tag | `0.2.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 @@
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ckotzbauer/access-manager
|
repository: ckotzbauer/access-manager
|
||||||
tag: 0.1.0
|
tag: 0.2.0
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
podAnnotations: {}
|
podAnnotations: {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue