diff --git a/charts/vault-gcp-secrets/Chart.yaml b/charts/vault-gcp-secrets/Chart.yaml index b7c645b..22f5ce5 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.9.0 -appVersion: 1.10.1 # REMINDER: update README and values.yaml +version: 1.0.0 +appVersion: 1.10.3 # REMINDER: update README and values.yaml diff --git a/charts/vault-gcp-secrets/README.md b/charts/vault-gcp-secrets/README.md index fbd876c..6520587 100644 --- a/charts/vault-gcp-secrets/README.md +++ b/charts/vault-gcp-secrets/README.md @@ -11,7 +11,7 @@ NOTE: We are using this code in the production environment. You may use it at yo | Value | Description | Default | | ----- | ----------- | ------- | | `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.10.1` | +| `image.tag` | The tag of the Docker image which should be used. | `v1.10.3` | | `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 49181e8..4473c79 100644 --- a/charts/vault-gcp-secrets/values.yaml +++ b/charts/vault-gcp-secrets/values.yaml @@ -2,7 +2,7 @@ image: repository: ghcr.io/tjm/vault-gcp-secrets - tag: v1.10.1 + tag: v1.10.3 pullPolicy: IfNotPresent volumeMounts: [] # - name: ca