From 4e5f641878d3cb9aecc35ee839f93482c67e8481 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 13:13:08 +0000 Subject: [PATCH] chore(deps): update redis docker tag to v7.0.12 --- deploy/charts/burrito/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/burrito/values.yaml b/deploy/charts/burrito/values.yaml index 112954ffb..1cd84d4c4 100644 --- a/deploy/charts/burrito/values.yaml +++ b/deploy/charts/burrito/values.yaml @@ -69,7 +69,7 @@ redis: deployment: image: repository: redis - tag: "7.0.7-alpine" + tag: "7.0.12-alpine" pullPolicy: Always args: [] podSecurityContext: