From b29db876d5c89161fcbc3327fc362f32b6a3e99c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Jun 2026 07:32:28 +0000 Subject: [PATCH] Update redis Docker tag --- arcade-system/romm.yaml | 2 +- plantit-system/plantit.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arcade-system/romm.yaml b/arcade-system/romm.yaml index 29c9e75..6231d58 100644 --- a/arcade-system/romm.yaml +++ b/arcade-system/romm.yaml @@ -56,7 +56,7 @@ spec: spec: containers: - name: redis - image: redis:7.2-alpine + image: redis:7.4-alpine ports: - containerPort: 6379 name: redis diff --git a/plantit-system/plantit.yaml b/plantit-system/plantit.yaml index 68a837d..7c304ee 100644 --- a/plantit-system/plantit.yaml +++ b/plantit-system/plantit.yaml @@ -121,7 +121,7 @@ spec: spec: containers: - name: redis - image: redis:7.2.1 + image: redis:7.4.9 ports: - containerPort: 6379 name: redis -- 2.52.0