From 58a396a398361121cd8ca04a62a936ffe20ffa89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:52:50 +0000 Subject: [PATCH] chore(deps): update docker.io/hashicorp/vault-csi-provider docker tag to v1.4.3 --- 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..bf348716 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.4.3" # -- image pull policy to use for csi image. if tag is "latest", set to "Always" pullPolicy: IfNotPresent