From af93cee2c3121b8d1fdeca1cfb416d7fe878b6ad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 20:06:26 +0000 Subject: [PATCH] chore(deps): update hashicorp/vault docker tag to v1.18.1 --- 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 1f36df5..5111c0e 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.0" + tag: "1.18.1" # The default values for the injected Vault Agent containers. agentDefaults: @@ -332,7 +332,7 @@ server: image: repository: "hashicorp/vault" - tag: "1.18.0" + tag: "1.18.1" # Overrides the default Image Pull Policy pullPolicy: IfNotPresent