Skip to content

Commit

Permalink
Merge pull request #15 from projectsyn/commodore-renovate/docker.io-v…
Browse files Browse the repository at this point in the history
…ault-1.x

Update docker.io/vault Docker tag to v1.13.3
  • Loading branch information
simu authored Nov 24, 2023
2 parents 538582b + eb94154 commit 0c9ff2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
vault:
registry: docker.io
repository: vault
version: 1.9.4
version: 1.13.3
bankvaults:
registry: docker.io
repository: banzaicloud/bank-vaults
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
value: https://$(HOSTNAME).foobar-internal:8201
- name: HOME
value: /home/vault
image: docker.io/vault:1.9.4
image: docker.io/vault:1.13.3
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
2 changes: 1 addition & 1 deletion tests/golden/defaults/vault/vault/30_backup/32_backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
value: 'true'
- name: VAULT_ADDR
value: http://foobar-active:8200
image: docker.io/vault:1.9.4
image: docker.io/vault:1.13.3
imagePullPolicy: IfNotPresent
name: backup
ports: []
Expand Down

0 comments on commit 0c9ff2f

Please sign in to comment.