vault: upgrade to 1.21.4

This commit is contained in:
jenkins 2026-07-18 14:04:08 -03:00
parent 5e1719fce0
commit d701887bfe
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.20.4
image: hashicorp/vault:1.21.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.20.4
image: hashicorp/vault:1.21.4
imagePullPolicy: IfNotPresent
command:
- /entrypoint.sh

View File

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