From 280f5c5f31ca1d14e9927784430574c4e233ed81 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Jun 2026 00:14:03 +0000 Subject: [PATCH] Update redis Docker tag to v7.4.9 --- charts/open-webui/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/open-webui/values.yaml b/charts/open-webui/values.yaml index 0d3c96d..80750d3 100644 --- a/charts/open-webui/values.yaml +++ b/charts/open-webui/values.yaml @@ -87,7 +87,7 @@ websocket: repository: redis # -- Redis image tag # @section -- Websocket configuration - tag: 7.4.2-alpine3.21 + tag: 7.4.9-alpine3.21 # -- Redis image pull policy # @section -- Websocket configuration pullPolicy: IfNotPresent -- 2.47.2