From 064abcaaab6ad9b21b7a7802d87ed24c34572746 Mon Sep 17 00:00:00 2001 From: Tommy McNeely Date: Thu, 24 Mar 2022 09:00:55 -0600 Subject: [PATCH] release: 0.8.0 (aka Vault v1.10.0) --- charts/vault-gcp-secrets/Chart.yaml | 4 ++-- charts/vault-gcp-secrets/README.md | 2 +- charts/vault-gcp-secrets/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/vault-gcp-secrets/Chart.yaml b/charts/vault-gcp-secrets/Chart.yaml index 9e8eb17..484c7c1 100644 --- a/charts/vault-gcp-secrets/Chart.yaml +++ b/charts/vault-gcp-secrets/Chart.yaml @@ -5,5 +5,5 @@ home: https://github.com/TJM/vault-gcp-secrets # icon: https://raw.githubusercontent.com/TJM/vault-gcp-secrets/master/assets/logo.png maintainers: - name: TJM # Tommy McNeely -version: 0.7.1 -appVersion: 1.9.4 # REMINDER: update README and values.yaml +version: 0.8.0 +appVersion: 1.10.0 # REMINDER: update README and values.yaml diff --git a/charts/vault-gcp-secrets/README.md b/charts/vault-gcp-secrets/README.md index dd2439e..62706c2 100644 --- a/charts/vault-gcp-secrets/README.md +++ b/charts/vault-gcp-secrets/README.md @@ -13,7 +13,7 @@ NOTE: We are using this code in the production environment. You may use it at yo | `replicaCount` | Number of replications which should be created. | `1` | | `deploymentStrategy` | Deployment strategy which should be used. | `{}` | | `image.repository` | The repository of the Docker image. | `ghcr.io/tjm/vault-gcp-secrets` | -| `image.tag` | The tag of the Docker image which should be used. | `v1.9.4` | +| `image.tag` | The tag of the Docker image which should be used. | `v1.10.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-gcp-secrets/values.yaml b/charts/vault-gcp-secrets/values.yaml index c252c1d..343138c 100644 --- a/charts/vault-gcp-secrets/values.yaml +++ b/charts/vault-gcp-secrets/values.yaml @@ -5,7 +5,7 @@ deploymentStrategy: {} image: repository: ghcr.io/tjm/vault-gcp-secrets - tag: v1.9.4 + tag: v1.10.0 pullPolicy: IfNotPresent volumeMounts: [] # - name: ca