From de4ca2040f1a340ead752e8723bb540dda9873c9 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:09:00 +0000 Subject: [PATCH] =?UTF-8?q?chore(oci/library/redis):=20update=207.4.4=20?= =?UTF-8?q?=E2=9E=BC=207839570=20(#2867)?= 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 dfdd994b..ae1b5908 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.4@sha256:b60cf4b6146801a9208a327e3a7fc2727b19f287600f0b29001dab0ddacedc2d" + tag: "7.4.4@sha256:7839570aaec9c4d3674148ce90f8e06454d0c88889eedacce6a673f426e3cff6" 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 8153fc4c..e23f2b7a 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.4@sha256:b60cf4b6146801a9208a327e3a7fc2727b19f287600f0b29001dab0ddacedc2d" + tag: "7.4.4@sha256:7839570aaec9c4d3674148ce90f8e06454d0c88889eedacce6a673f426e3cff6" 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 6ba6eb72..56d175af 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.4@sha256:b60cf4b6146801a9208a327e3a7fc2727b19f287600f0b29001dab0ddacedc2d" + tag: "7.4.4@sha256:7839570aaec9c4d3674148ce90f8e06454d0c88889eedacce6a673f426e3cff6" command: ["redis-server", "--save", "300 1", "--appendonly", "yes"] # save and appendonly options forcibly disable RDB and AOF persistence entirely securityContext: *sc resources: