From cbe27394490a030990e78d45e08ea99d13df69f0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:30:55 +0000 Subject: [PATCH] chore(deps): update docker.io/hashicorp/vault-k8s docker tag to v1.4.2 --- 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 40621c52..4ba0bac2 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.3.1" + tag: "1.4.2" # -- image pull policy to use for k8s image. if tag is "latest", set to "Always" pullPolicy: IfNotPresent