From 1ac157537a2514fdc38dfb0fc4bf2774470bb5c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 03:14:03 +0000 Subject: [PATCH] chore(deps): update docker image docker.io/bitnami/redis to v7.2.4 --- 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 82c3da74..fc9f96f2 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.0.15-debian-11-r12 + tag: 7.2.4-debian-11-r12 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'