From 56d39399d62058805cfa485edb206412cd0e4fc2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 6 Jun 2026 07:53:16 +0000 Subject: [PATCH] Update redis Docker tag to v8 --- arcade-system/romm.yaml | 2 +- booking-system/booking.yaml | 2 +- jarrs-system/jarr-dev.yaml | 2 +- outline-system/outline.yaml | 2 +- paperless-system/paperless.yaml | 2 +- plantit-system/plantit.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arcade-system/romm.yaml b/arcade-system/romm.yaml index 6231d58..d0fbcc0 100644 --- a/arcade-system/romm.yaml +++ b/arcade-system/romm.yaml @@ -56,7 +56,7 @@ spec: spec: containers: - name: redis - image: redis:7.4-alpine + image: redis:8.8-alpine ports: - containerPort: 6379 name: redis diff --git a/booking-system/booking.yaml b/booking-system/booking.yaml index 0253d0a..cc73804 100644 --- a/booking-system/booking.yaml +++ b/booking-system/booking.yaml @@ -77,7 +77,7 @@ spec: spec: containers: - name: redis - image: redis:7-alpine + image: redis:8-alpine imagePullPolicy: IfNotPresent args: - redis-server diff --git a/jarrs-system/jarr-dev.yaml b/jarrs-system/jarr-dev.yaml index e971912..71de9a7 100644 --- a/jarrs-system/jarr-dev.yaml +++ b/jarrs-system/jarr-dev.yaml @@ -185,7 +185,7 @@ spec: spec: containers: - name: redis - image: redis:7-alpine + image: redis:8-alpine imagePullPolicy: IfNotPresent args: - redis-server diff --git a/outline-system/outline.yaml b/outline-system/outline.yaml index 67a3451..9a89038 100644 --- a/outline-system/outline.yaml +++ b/outline-system/outline.yaml @@ -198,7 +198,7 @@ spec: spec: containers: - name: redis - image: redis:7-alpine + image: redis:8-alpine imagePullPolicy: IfNotPresent command: - redis-server diff --git a/paperless-system/paperless.yaml b/paperless-system/paperless.yaml index 6f19a38..d1a3e79 100644 --- a/paperless-system/paperless.yaml +++ b/paperless-system/paperless.yaml @@ -71,7 +71,7 @@ spec: spec: containers: - name: redis - image: redis:7-alpine + image: redis:8-alpine imagePullPolicy: IfNotPresent ports: - name: redis diff --git a/plantit-system/plantit.yaml b/plantit-system/plantit.yaml index 7c304ee..9b2fac0 100644 --- a/plantit-system/plantit.yaml +++ b/plantit-system/plantit.yaml @@ -121,7 +121,7 @@ spec: spec: containers: - name: redis - image: redis:7.4.9 + image: redis:8.8.0 ports: - containerPort: 6379 name: redis -- 2.52.0