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 | `[]` |