From ddebbe7c540256ad15cb6b5af47520fd031716d8 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2024 02:27:04 +0000 Subject: [PATCH] =?UTF-8?q?chore(oci/libraryredis):=20update=207.4.1=20?= =?UTF-8?q?=E2=9E=BC=2005f9926?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 f26808b2b1..8be98c3308 100644 --- a/kube/deploy/apps/authentik/app/hr.yaml +++ b/kube/deploy/apps/authentik/app/hr.yaml @@ -278,7 +278,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "7.4.1@sha256:ea96c435dc17b011f54c6a883c3c45e7726242b075de61c6fe40a10ae6ae0f83" + tag: "7.4.1@sha256:05f99264e2928ad472f2751b3a8d1f65c9c2cc1819be04548b2261c08e2e026b" 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 3ccff306dc..7e994ba3bc 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.1@sha256:ea96c435dc17b011f54c6a883c3c45e7726242b075de61c6fe40a10ae6ae0f83" + tag: "7.4.1@sha256:05f99264e2928ad472f2751b3a8d1f65c9c2cc1819be04548b2261c08e2e026b" 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 656a8348da..3bb649193a 100644 --- a/kube/deploy/apps/immich/app/hr.yaml +++ b/kube/deploy/apps/immich/app/hr.yaml @@ -191,7 +191,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "7.4.1@sha256:ea96c435dc17b011f54c6a883c3c45e7726242b075de61c6fe40a10ae6ae0f83" + tag: "7.4.1@sha256:05f99264e2928ad472f2751b3a8d1f65c9c2cc1819be04548b2261c08e2e026b" command: ["redis-server", "--save", "300 1", "--appendonly", "yes"] # save and appendonly options forcibly disable RDB and AOF persistence entirely securityContext: *sc resources: