Skip to content

Commit

Permalink
Merge pull request #41 from TJM/feat/release-1-10-3
Browse files Browse the repository at this point in the history
feat: release 1.0.0 - Vault 1.10.3
  • Loading branch information
Tommy McNeely authored Jun 1, 2022
2 parents 253e74b + c12dd1c commit 39a35db
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.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
2 changes: 1 addition & 1 deletion charts/vault-gcp-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | `[]` |
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 @@ -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
Expand Down

0 comments on commit 39a35db

Please sign in to comment.