diff --git a/README.md b/README.md index 11cdcea..4a652de 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/charts/access-manager/Chart.yaml b/charts/access-manager/Chart.yaml index 5b78456..563296a 100644 --- a/charts/access-manager/Chart.yaml +++ b/charts/access-manager/Chart.yaml @@ -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 diff --git a/charts/access-manager/README.md b/charts/access-manager/README.md index fee899c..c8b6eae 100644 --- a/charts/access-manager/README.md +++ b/charts/access-manager/README.md @@ -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 | `[]` | diff --git a/charts/access-manager/values.yaml b/charts/access-manager/values.yaml index b3f8882..2d7291f 100644 --- a/charts/access-manager/values.yaml +++ b/charts/access-manager/values.yaml @@ -4,7 +4,7 @@ image: repository: ckotzbauer/access-manager - tag: 0.1.0 + tag: 0.2.0 pullPolicy: IfNotPresent podAnnotations: {}