From 6029e69c8b90b513b3e59888e94e140aa3ef6dee Mon Sep 17 00:00:00 2001 From: ricoberger Date: Tue, 15 Oct 2019 22:48:28 +0200 Subject: [PATCH] Prepare release 1.3.1 --- charts/README.md | 2 +- charts/vault-secrets-operator/Chart.yaml | 4 ++-- charts/vault-secrets-operator/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/README.md b/charts/README.md index 32c488d..47c1612 100644 --- a/charts/README.md +++ b/charts/README.md @@ -4,7 +4,7 @@ | ----- | ----------- | ------- | | `replicaCount` | Number of replications which should be created. | `1` | | `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.3.0` | +| `image.tag` | The tag of the Docker image which should be used. | `1.3.1` | | `image.pullPolicy` | The pull policy for the Docker image, | `IfNotPresent` | | `image.args` | Command-line arguments which should be passed to the container. This can be used to configure the logging. | `[]` | | `image.volumeMounts` | Mount additional volumns to the container. | `[]` | diff --git a/charts/vault-secrets-operator/Chart.yaml b/charts/vault-secrets-operator/Chart.yaml index 85145a0..882152a 100644 --- a/charts/vault-secrets-operator/Chart.yaml +++ b/charts/vault-secrets-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 1.3.0 +appVersion: 1.3.1 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.3.0 +version: 1.3.1 diff --git a/charts/vault-secrets-operator/values.yaml b/charts/vault-secrets-operator/values.yaml index 5101725..8614772 100644 --- a/charts/vault-secrets-operator/values.yaml +++ b/charts/vault-secrets-operator/values.yaml @@ -2,7 +2,7 @@ replicaCount: 1 image: repository: ricoberger/vault-secrets-operator - tag: 1.3.0 + tag: 1.3.1 pullPolicy: IfNotPresent args: [] volumeMounts: []