From 62b2f30dcc4f7b5a9207f5184cfd29a696b37359 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 09:54:18 +0000 Subject: [PATCH] chore(deps): update docker.io/hashicorp/vault-k8s 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..41da464c 100644 --- a/openbao/charts/openbao/values.yaml +++ b/openbao/charts/openbao/values.yaml @@ -71,7 +71,7 @@ injector: # -- image repo to use for k8s image repository: "hashicorp/vault-k8s" # -- image tag to use for k8s image - tag: "1.4.2" + tag: "1.5.0" # -- image pull policy to use for k8s image. if tag is "latest", set to "Always" pullPolicy: IfNotPresent