From 002f455f347df0241d30b4ccd7e4d86cc0fe7b8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 09:40:38 +0000 Subject: [PATCH] Update redis Docker tag to v7.2.3 --- charts/redis/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/redis/values.yaml b/charts/redis/values.yaml index 2cd8cc9c..3f6839a7 100644 --- a/charts/redis/values.yaml +++ b/charts/redis/values.yaml @@ -11,7 +11,7 @@ image: repository: "redis" # -- Redis image tag to use - tag: "7.2.2" + tag: "7.2.3" # -- Pull policy for the Redis image pullPolicy: "IfNotPresent"