Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: release 1.0.0 - Vault 1.10.3 #41

Merged
merged 1 commit into from
Jun 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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