From 7ef80f47c489c9820f2c743e990c1f792582c37a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:28:53 +0000 Subject: [PATCH] chore(deps): update hashicorp/vault docker tag to v1.18.2 --- helm/Active/vault/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/Active/vault/values.yaml b/helm/Active/vault/values.yaml index 81c9c09..efd336d 100644 --- a/helm/Active/vault/values.yaml +++ b/helm/Active/vault/values.yaml @@ -70,7 +70,7 @@ injector: # required. agentImage: repository: "hashicorp/vault" - tag: "1.18.1" + tag: "1.18.2" # The default values for the injected Vault Agent containers. agentDefaults: @@ -332,7 +332,7 @@ server: image: repository: "hashicorp/vault" - tag: "1.18.1" + tag: "1.18.2" # Overrides the default Image Pull Policy pullPolicy: IfNotPresent