From 627c8484ac2565d201b5a645f1690812f204f11b Mon Sep 17 00:00:00 2001 From: ricoberger Date: Tue, 16 Nov 2021 21:47:02 +0100 Subject: [PATCH] Prepare release 1.16.0 --- charts/README.md | 2 +- charts/vault-secrets-operator/Chart.yaml | 4 ++-- charts/vault-secrets-operator/values.yaml | 2 +- config/manager/deploy.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/README.md b/charts/README.md index c6c88a0..8421902 100644 --- a/charts/README.md +++ b/charts/README.md @@ -5,7 +5,7 @@ | `replicaCount` | Number of replications which should be created. | `1` | | `deploymentStrategy` | Deployment strategy which should be used. | `{}` | | `image.repository` | The repository of the Docker image. | `ricoberger/vault-secrets-operator` | -| `image.tag` | The tag of the Docker image which should be used. | `1.15.2` | +| `image.tag` | The tag of the Docker image which should be used. | `1.16.0` | | `image.pullPolicy` | The pull policy for the Docker image, | `IfNotPresent` | | `image.volumeMounts` | Mount additional volumns to the container. | `[]` | | `imagePullSecrets` | Secrets which can be used to pull the Docker image. | `[]` | diff --git a/charts/vault-secrets-operator/Chart.yaml b/charts/vault-secrets-operator/Chart.yaml index 03b79ff..227d274 100644 --- a/charts/vault-secrets-operator/Chart.yaml +++ b/charts/vault-secrets-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 1.15.2 +appVersion: 1.16.0 description: Create Kubernetes secrets from Vault for a secure GitOps based workflow. home: https://github.com/ricoberger/vault-secrets-operator icon: https://raw.githubusercontent.com/ricoberger/vault-secrets-operator/master/assets/logo.png @@ -7,4 +7,4 @@ maintainers: - name: Rico Berger url: https://ricoberger.de name: vault-secrets-operator -version: 1.15.2 +version: 1.16.0 diff --git a/charts/vault-secrets-operator/values.yaml b/charts/vault-secrets-operator/values.yaml index ee1145b..217e4f0 100644 --- a/charts/vault-secrets-operator/values.yaml +++ b/charts/vault-secrets-operator/values.yaml @@ -3,7 +3,7 @@ deploymentStrategy: {} image: repository: ricoberger/vault-secrets-operator - tag: 1.15.2 + tag: 1.16.0 pullPolicy: IfNotPresent volumeMounts: [] # - name: ca diff --git a/config/manager/deploy.yaml b/config/manager/deploy.yaml index ce44986..20d513e 100644 --- a/config/manager/deploy.yaml +++ b/config/manager/deploy.yaml @@ -21,7 +21,7 @@ spec: - /manager args: - -leader-elect - image: ricoberger/vault-secrets-operator:1.15.2 + image: ricoberger/vault-secrets-operator:1.16.0 name: manager env: - name: WATCH_NAMESPACE