From d69a35472c662d7f811ee832715b5a4ac1afa355 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:27:25 +0000 Subject: [PATCH] chore(deps): update docker.io/hashicorp/vault-k8s docker tag to v1.6.1 --- 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..b5ab235b 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.6.1" # -- image pull policy to use for k8s image. if tag is "latest", set to "Always" pullPolicy: IfNotPresent