vault: upgrade to 1.20.4

This commit is contained in:
jenkins 2026-07-18 13:58:22 -03:00
parent 5cad31bc24
commit 5e1719fce0
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ spec:
node-role.kubernetes.io/worker: "true"
containers:
- name: configure-k8s-auth
image: hashicorp/vault:1.19.5
image: hashicorp/vault:1.20.4
imagePullPolicy: IfNotPresent
command:
- sh

View File

@ -51,7 +51,7 @@ spec:
node-role.kubernetes.io/worker: "true"
containers:
- name: configure-oidc
image: hashicorp/vault:1.19.5
image: hashicorp/vault:1.20.4
imagePullPolicy: IfNotPresent
command:
- /entrypoint.sh

View File

@ -45,7 +45,7 @@ spec:
mountPath: /vault/config
containers:
- name: vault
image: hashicorp/vault:1.19.5
image: hashicorp/vault:1.20.4
imagePullPolicy: IfNotPresent
command: ["vault"]
args: ["server", "-config=/vault/config/local.hcl"]