Skip to content
Open
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
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ parameters:
vault:
registry: docker.io
repository: hashicorp/vault
version: 1.19.5
version: 1.20.4
bankvaults:
registry: ghcr.io
repository: bank-vaults/bank-vaults
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
value: https://$(HOSTNAME).foobar-internal:8201
- name: HOME
value: /home/vault
image: docker.io/hashicorp/vault:1.19.5
image: docker.io/hashicorp/vault:1.20.4
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/hashicorp/vault:1.19.5
image: docker.io/hashicorp/vault:1.20.4
imagePullPolicy: IfNotPresent
name: backup
ports: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
value: https://$(HOSTNAME).foobar-internal:8201
- name: HOME
value: /home/vault
image: docker.io/hashicorp/vault:1.19.5
image: docker.io/hashicorp/vault:1.20.4
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
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/hashicorp/vault:1.19.5
image: docker.io/hashicorp/vault:1.20.4
imagePullPolicy: IfNotPresent
name: backup
ports: []
Expand Down