Skip to content

Commit

Permalink
Merge pull request #12 from TJM/chore/vault-1.9.2
Browse files Browse the repository at this point in the history
chore: upgrade vault to v1.9.2
  • Loading branch information
Tommy McNeely authored Jan 11, 2022
2 parents e3fc4b3 + b1ccf3a commit 5996122
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM vault:1.9.1
FROM vault:1.9.2
ARG KUBECTL_VERSION="stable"

# Add more dependencies
Expand Down
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.5.1
appVersion: 1.9.1
version: 0.6.0
appVersion: 1.9.2
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: quay.io/tommydavita/vault-gcp-secrets
tag: v1.9.1
tag: v1.9.2
pullPolicy: IfNotPresent
volumeMounts: []
# - name: ca
Expand Down

0 comments on commit 5996122

Please sign in to comment.