From 9cbd7d1cf75ed847a3dc9a8d20948c2b24bd04b6 Mon Sep 17 00:00:00 2001 From: jenkins Date: Sat, 18 Jul 2026 13:43:18 -0300 Subject: [PATCH] vault: upgrade to 1.18.5 --- services/vault/k8s-auth-config-cronjob.yaml | 2 +- services/vault/oidc-config-cronjob.yaml | 2 +- services/vault/statefulset.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/vault/k8s-auth-config-cronjob.yaml b/services/vault/k8s-auth-config-cronjob.yaml index 43da16b43..c52987cba 100644 --- a/services/vault/k8s-auth-config-cronjob.yaml +++ b/services/vault/k8s-auth-config-cronjob.yaml @@ -24,7 +24,7 @@ spec: node-role.kubernetes.io/worker: "true" containers: - name: configure-k8s-auth - image: hashicorp/vault:1.17.6 + image: hashicorp/vault:1.18.5 imagePullPolicy: IfNotPresent command: - sh diff --git a/services/vault/oidc-config-cronjob.yaml b/services/vault/oidc-config-cronjob.yaml index 4d317c557..b5a47b068 100644 --- a/services/vault/oidc-config-cronjob.yaml +++ b/services/vault/oidc-config-cronjob.yaml @@ -51,7 +51,7 @@ spec: node-role.kubernetes.io/worker: "true" containers: - name: configure-oidc - image: hashicorp/vault:1.17.6 + image: hashicorp/vault:1.18.5 imagePullPolicy: IfNotPresent command: - /entrypoint.sh diff --git a/services/vault/statefulset.yaml b/services/vault/statefulset.yaml index 8c8d4a94f..f6b59606d 100644 --- a/services/vault/statefulset.yaml +++ b/services/vault/statefulset.yaml @@ -45,7 +45,7 @@ spec: mountPath: /vault/config containers: - name: vault - image: hashicorp/vault:1.17.6 + image: hashicorp/vault:1.18.5 imagePullPolicy: IfNotPresent command: ["vault"] args: ["server", "-config=/vault/config/local.hcl"]