From 181574d02a993668485e8c896437918cf8affea3 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Thu, 10 Jun 2021 20:55:29 +0200 Subject: [PATCH] feat: update to access-manager@0.6.0 Signed-off-by: Christian Kotzbauer --- charts/access-manager/Chart.yaml | 4 ++-- charts/access-manager/README.md | 26 +++++++++++++------------- charts/access-manager/values.yaml | 4 ++-- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/charts/access-manager/Chart.yaml b/charts/access-manager/Chart.yaml index 352970d..7345e2a 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.5.3 -appVersion: 0.5.1 +version: 0.6.0 +appVersion: 0.6.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 1737b00..1537c2d 100644 --- a/charts/access-manager/README.md +++ b/charts/access-manager/README.md @@ -38,19 +38,19 @@ The command removes all the Kubernetes components associated with the chart and 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.5.1` | -| `image.pullPolicy` | container image pull policy | `IfNotPresent` | -| `nodeSelector` | node labels for pod assignment | `{}` | -| `tolerations` | node tolerations for pod assignment | `[]` | -| `affinity` | node affinity for pod assignment | `{}` | -| `podAnnotations` | annotations to add to each pod | `{}` | -| `resources` | pod resource requests & limits | See [values.yaml](values.yaml)| -| `securityContext` | container securityContext | See [values.yaml](values.yaml)| -| `serviceAccount.create` | Should we create a ServiceAccount | `true` | -| `serviceAccount.name` | Name of the ServiceAccount to use | null | +| Parameter | Description | Default | +| -------------------------------------- | ------------------------------------------------- | ------------------------------------- | +| `image.repository` | container image repository | `ghcr.io/ckotzbauer/access-manager` | +| `image.tag` | container image tag | `0.6.0` | +| `image.pullPolicy` | container image pull policy | `IfNotPresent` | +| `nodeSelector` | node labels for pod assignment | `{}` | +| `tolerations` | node tolerations for pod assignment | `[]` | +| `affinity` | node affinity for pod assignment | `{}` | +| `podAnnotations` | annotations to add to each pod | `{}` | +| `resources` | pod resource requests & limits | See [values.yaml](values.yaml) | +| `securityContext` | container securityContext | See [values.yaml](values.yaml) | +| `serviceAccount.create` | Should we create a ServiceAccount | `true` | +| `serviceAccount.name` | Name of the ServiceAccount to use | null | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, diff --git a/charts/access-manager/values.yaml b/charts/access-manager/values.yaml index 1c0584e..0c07bc8 100644 --- a/charts/access-manager/values.yaml +++ b/charts/access-manager/values.yaml @@ -3,8 +3,8 @@ # Declare variables to be passed into your templates. image: - repository: ckotzbauer/access-manager - tag: 0.5.1 + repository: ghcr.io/ckotzbauer/access-manager + tag: 0.6.0 pullPolicy: IfNotPresent podAnnotations: {}