From 731993160b77d26ca49d9e7b2cea444694bd25f0 Mon Sep 17 00:00:00 2001 From: "tvories-tbot[bot]" <107635591+tvories-tbot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 19:03:28 +0000 Subject: [PATCH] fix: update docker image hashicorp/vault to 1.18.1 | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | docker | hashicorp/vault | 1.18.0 | 1.18.1 | --- .../manifests/selfhosted/hashi-vault/helm-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/clusters/cluster-0/manifests/selfhosted/hashi-vault/helm-release.yaml b/k8s/clusters/cluster-0/manifests/selfhosted/hashi-vault/helm-release.yaml index 903b28ad72..d0abfa9903 100644 --- a/k8s/clusters/cluster-0/manifests/selfhosted/hashi-vault/helm-release.yaml +++ b/k8s/clusters/cluster-0/manifests/selfhosted/hashi-vault/helm-release.yaml @@ -21,11 +21,11 @@ spec: injector: agentImage: repository: "hashicorp/vault" - tag: "1.18.0" + tag: "1.18.1" server: image: repository: "hashicorp/vault" - tag: "1.18.0" + tag: "1.18.1" dataStorage: enabled: true storageClass: "ceph-block"