From 1d8fce64c954f4f1c4585ef1c6f9832710942268 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 15:43:32 -0500 Subject: [PATCH] Update Docker image vault to v1.12.0 (#779) | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | vault | 1.11.4 | 1.12.0 | Signed-off-by: Nicholas St. Germain Signed-off-by: Nicholas St. Germain Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- cluster-critical/vault/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-critical/vault/values.yaml b/cluster-critical/vault/values.yaml index 07f0f0620..69d5f81f2 100644 --- a/cluster-critical/vault/values.yaml +++ b/cluster-critical/vault/values.yaml @@ -2,7 +2,7 @@ vault: server: image: repository: "vault" - tag: "1.11.4" + tag: "1.12.0" pullPolicy: IfNotPresent ingress: enabled: true