Skip to content

Commit 49b96a7

Browse files
committed
Update docker.io/hashicorp/vault Docker tag to v1.20.4
Signed-off-by: Renovate Bot <[email protected]>
1 parent 3576466 commit 49b96a7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

class/defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parameters:
99
vault:
1010
registry: docker.io
1111
repository: hashicorp/vault
12-
version: 1.19.5
12+
version: 1.20.4
1313
bankvaults:
1414
registry: ghcr.io
1515
repository: bank-vaults/bank-vaults

tests/golden/defaults/vault/vault/10_vault/vault/templates/server-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
value: https://$(HOSTNAME).foobar-internal:8201
8282
- name: HOME
8383
value: /home/vault
84-
image: docker.io/hashicorp/vault:1.19.5
84+
image: docker.io/hashicorp/vault:1.20.4
8585
imagePullPolicy: IfNotPresent
8686
lifecycle:
8787
preStop:

tests/golden/defaults/vault/vault/30_backup/32_backup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
value: 'true'
4646
- name: VAULT_ADDR
4747
value: http://foobar-active:8200
48-
image: docker.io/hashicorp/vault:1.19.5
48+
image: docker.io/hashicorp/vault:1.20.4
4949
imagePullPolicy: IfNotPresent
5050
name: backup
5151
ports: []

tests/golden/openshift/vault/vault/10_vault/vault/templates/server-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
value: https://$(HOSTNAME).foobar-internal:8201
8282
- name: HOME
8383
value: /home/vault
84-
image: docker.io/hashicorp/vault:1.19.5
84+
image: docker.io/hashicorp/vault:1.20.4
8585
imagePullPolicy: IfNotPresent
8686
lifecycle:
8787
preStop:

tests/golden/openshift/vault/vault/30_backup/32_backup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
value: 'true'
4646
- name: VAULT_ADDR
4747
value: http://foobar-active:8200
48-
image: docker.io/hashicorp/vault:1.19.5
48+
image: docker.io/hashicorp/vault:1.20.4
4949
imagePullPolicy: IfNotPresent
5050
name: backup
5151
ports: []

0 commit comments

Comments
 (0)