vault: upgrade to 1.19.5

This commit is contained in:
jenkins 2026-07-18 13:51:27 -03:00
parent 9cbd7d1cf7
commit 5cad31bc24
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.18.5
image: hashicorp/vault:1.19.5
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.18.5
image: hashicorp/vault:1.19.5
imagePullPolicy: IfNotPresent
command:
- /entrypoint.sh

View File

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