From 9094f4645cf66d81ea2846262e67d7e8bb43fee7 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 12:12:40 +0000 Subject: [PATCH] =?UTF-8?q?chore(helm/library/redis):=20update=208.2.3=20?= =?UTF-8?q?=E2=9E=BC=20d318520=20(#3793)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/deploy/apps/authentik/app/hr.yaml | 2 +- kube/deploy/apps/immich/app/hr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kube/deploy/apps/authentik/app/hr.yaml b/kube/deploy/apps/authentik/app/hr.yaml index 42ee9032..962148aa 100644 --- a/kube/deploy/apps/authentik/app/hr.yaml +++ b/kube/deploy/apps/authentik/app/hr.yaml @@ -308,7 +308,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "8.2.3@sha256:1c589f39ec5bb0c553d680b6d7eed3b6e3686b24f87f480dabdd1e64c849aba2" + tag: "8.2.3@sha256:d318520052025d3cc5850ba3de966810916c7a7b327b412322399f38be39a39c" command: ["redis-server", "--save", "''", "--appendonly", "no", "--requirepass", "$(AUTHENTIK_REDIS__PASSWORD)"] # save and appendonly options forcibly disable RDB and AOF persistence entirely envFrom: *envFrom securityContext: *sc diff --git a/kube/deploy/apps/immich/app/hr.yaml b/kube/deploy/apps/immich/app/hr.yaml index c4f9fcc1..93aa1ad9 100644 --- a/kube/deploy/apps/immich/app/hr.yaml +++ b/kube/deploy/apps/immich/app/hr.yaml @@ -209,7 +209,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "8.2.3@sha256:1c589f39ec5bb0c553d680b6d7eed3b6e3686b24f87f480dabdd1e64c849aba2" + tag: "8.2.3@sha256:d318520052025d3cc5850ba3de966810916c7a7b327b412322399f38be39a39c" command: ["redis-server", "--save", "300 1", "--appendonly", "yes"] # save and appendonly options forcibly disable RDB and AOF persistence entirely securityContext: *sc resources: