From e9e342e712ac4bf688ae9ceddf0800ef45875d67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 06:55:58 +0000 Subject: [PATCH] chore(deps): update docker image docker.io/bitnami/redis-sentinel to v7.4.2-debian-12-r5 (#2663) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 10d65709..d7089bab 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.2.5-debian-12-r5 + tag: 7.4.2-debian-12-r5 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'