From 04d02620bc79ffe89680fc22751fc5bfea050bde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 01:38:29 +0000 Subject: [PATCH] chore(deps): update docker image docker.io/bitnami/redis-sentinel to v7.2.1 --- projects/ai/values/dify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ai/values/dify.yml b/projects/ai/values/dify.yml index bbe57d8e..e4c1ab0f 100644 --- a/projects/ai/values/dify.yml +++ b/projects/ai/values/dify.yml @@ -1677,7 +1677,7 @@ redis: image: registry: docker.io repository: bitnami/redis-sentinel - tag: 7.0.13-debian-11-r10 + tag: 7.2.1-debian-11-r10 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'