From cca65186eff4a869c94b11e32ef0134ef178c7cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:54:15 +0000 Subject: [PATCH] chore(deps): update docker.io/hashicorp/vault-csi-provider docker tag to v1.5.0 --- openbao/charts/openbao/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbao/charts/openbao/values.yaml b/openbao/charts/openbao/values.yaml index 4ba0bac2..c8fdd100 100644 --- a/openbao/charts/openbao/values.yaml +++ b/openbao/charts/openbao/values.yaml @@ -1093,7 +1093,7 @@ csi: # -- image repo to use for csi image repository: "hashicorp/vault-csi-provider" # -- image tag to use for csi image - tag: "1.4.1" + tag: "1.5.0" # -- image pull policy to use for csi image. if tag is "latest", set to "Always" pullPolicy: IfNotPresent