From d2d1fd0d058d99943333b06ebb68dd18cfa013af Mon Sep 17 00:00:00 2001 From: "chaplain-grimaldus[bot]" <167642948+chaplain-grimaldus[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 19:05:35 +0000 Subject: [PATCH] =?UTF-8?q?feat(container)!:=20Update=20image=20redis=20(?= =?UTF-8?q?=207.4.5=20=E2=86=92=208.0.5=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clusters/apps/env/production/home/llama/app/hr.yaml | 2 +- clusters/apps/env/production/home/open-webui/app/hr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/apps/env/production/home/llama/app/hr.yaml b/clusters/apps/env/production/home/llama/app/hr.yaml index b4f2d362a..07ffde91b 100644 --- a/clusters/apps/env/production/home/llama/app/hr.yaml +++ b/clusters/apps/env/production/home/llama/app/hr.yaml @@ -98,7 +98,7 @@ spec: # -- Redis image image: repository: redis - tag: 7.4.5-alpine3.21 + tag: 8.0.5-alpine3.21 pullPolicy: IfNotPresent # -- Redis command (overrides default) command: [] diff --git a/clusters/apps/env/production/home/open-webui/app/hr.yaml b/clusters/apps/env/production/home/open-webui/app/hr.yaml index 1ba352c4a..d40fe9c9b 100644 --- a/clusters/apps/env/production/home/open-webui/app/hr.yaml +++ b/clusters/apps/env/production/home/open-webui/app/hr.yaml @@ -73,7 +73,7 @@ spec: # -- Redis image image: repository: redis - tag: 7.4.5-alpine3.21 + tag: 8.0.5-alpine3.21 pullPolicy: IfNotPresent # -- Redis command (overrides default) command: []