diff --git a/charts/redis/values.yaml b/charts/redis/values.yaml index 3f6839a7..7f567c29 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.3" + tag: "7.2.4" # -- Pull policy for the Redis image pullPolicy: "IfNotPresent"