From 15825a36d1be05534c2f992dfcab6eeb00f1dc61 Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 30 Mar 2024 15:42:01 +0100 Subject: [PATCH] update access-manager Signed-off-by: Christian Kotzbauer --- charts/access-manager/Chart.yaml | 4 ++-- charts/access-manager/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/access-manager/Chart.yaml b/charts/access-manager/Chart.yaml index 082f257..83b252d 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.13.0 -appVersion: 0.12.0 +version: 0.14.0 +appVersion: 0.13.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 54f5f2f..3f72e27 100644 --- a/charts/access-manager/README.md +++ b/charts/access-manager/README.md @@ -42,7 +42,7 @@ The following table lists the configurable parameters of the Access-Manager char | -------------------------------------- | ------------------------------------------------- | ------------------------------------- | | `replicas` | replicas of deployment (leader-election only > 1) | `1` | | `image.repository` | container image repository | `ghcr.io/ckotzbauer/access-manager` | -| `image.tag` | container image tag | `0.12.0` | +| `image.tag` | container image tag | `0.13.0` | | `image.pullPolicy` | container image pull policy | `IfNotPresent` | | `nodeSelector` | node labels for pod assignment | `{}` | | `tolerations` | node tolerations for pod assignment | `[]` |