Skip to content

Commit

Permalink
release: 0.8.0 (aka Vault v1.10.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
TJM committed Mar 24, 2022
1 parent 6501fd1 commit 064abca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/vault-gcp-secrets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/vault-gcp-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | `[]` |
Expand Down
2 changes: 1 addition & 1 deletion charts/vault-gcp-secrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 064abca

Please sign in to comment.