Skip to content

Commit

Permalink
Update dependency docker.io/vault to v1.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
vshn-renovate committed Apr 8, 2022
1 parent 5348d82 commit eeb7080
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.10.0
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.10.0
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 @@ -34,7 +34,7 @@ spec:
value: 'true'
- name: VAULT_ADDR
value: http://foobar-active:8200
image: docker.io/vault:1.9.4
image: docker.io/vault:1.10.0
imagePullPolicy: IfNotPresent
name: backup
ports: []
Expand Down

0 comments on commit eeb7080

Please sign in to comment.