From e577b2ecbf904accdbdef4df3387fa1249d134b3 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 08:09:10 +0000 Subject: [PATCH] =?UTF-8?q?chore(oci/library/redis):=20update=207.4.2=20?= =?UTF-8?q?=E2=9E=BC=205250fed=20(#2046)?= 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/blocky/app/hr.yaml | 2 +- kube/deploy/apps/immich/app/hr.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kube/deploy/apps/authentik/app/hr.yaml b/kube/deploy/apps/authentik/app/hr.yaml index a2de2ee7..a2ad6065 100644 --- a/kube/deploy/apps/authentik/app/hr.yaml +++ b/kube/deploy/apps/authentik/app/hr.yaml @@ -304,7 +304,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "7.4.2@sha256:92ae19b3c5506d686d0059b8d93d75f8ed2c59a5b97098e64c577a4683938011" + tag: "7.4.2@sha256:5250fed70d8a66f4901a8beace6f85bee9550c0fc6fd42d10e2c1cd24cf93a0d" 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/blocky/app/hr.yaml b/kube/deploy/apps/blocky/app/hr.yaml index 11600afa..601d85d8 100644 --- a/kube/deploy/apps/blocky/app/hr.yaml +++ b/kube/deploy/apps/blocky/app/hr.yaml @@ -62,7 +62,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "7.4.2@sha256:92ae19b3c5506d686d0059b8d93d75f8ed2c59a5b97098e64c577a4683938011" + tag: "7.4.2@sha256:5250fed70d8a66f4901a8beace6f85bee9550c0fc6fd42d10e2c1cd24cf93a0d" command: ["redis-server", "--save", "''", "--appendonly", "no"] # save and appendonly options forcibly disable RDB and AOF persistence entirely securityContext: readOnlyRootFilesystem: true diff --git a/kube/deploy/apps/immich/app/hr.yaml b/kube/deploy/apps/immich/app/hr.yaml index 746daf6a..5f96d46b 100644 --- a/kube/deploy/apps/immich/app/hr.yaml +++ b/kube/deploy/apps/immich/app/hr.yaml @@ -220,7 +220,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "7.4.2@sha256:92ae19b3c5506d686d0059b8d93d75f8ed2c59a5b97098e64c577a4683938011" + tag: "7.4.2@sha256:5250fed70d8a66f4901a8beace6f85bee9550c0fc6fd42d10e2c1cd24cf93a0d" command: ["redis-server", "--save", "300 1", "--appendonly", "yes"] # save and appendonly options forcibly disable RDB and AOF persistence entirely securityContext: *sc resources: