From 292f4c531da24814a3e3ad72d63303b898455a33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:13:34 +0000 Subject: [PATCH] chore(deps): update docker image docker.io/bitnami/redis to v7.2.5-debian-12-r6 (#2654) 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 0768c37b..0f70a716 100644 --- a/projects/ai/values/dify.yml +++ b/projects/ai/values/dify.yml @@ -764,7 +764,7 @@ redis: image: registry: docker.io repository: bitnami/redis - tag: 7.2.4-debian-11-r12 + tag: 7.2.5-debian-12-r6 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'