From fc5d78112e4ba1cdc13f470d624cadc4ea775460 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 01:35:44 +0000 Subject: [PATCH] =?UTF-8?q?chore(oci/library/redis):=20update=207.4.3=20?= =?UTF-8?q?=E2=9E=BC=20d000041=20(#2258)?= 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 3192109b..c94e6a1f 100644 --- a/kube/deploy/apps/authentik/app/hr.yaml +++ b/kube/deploy/apps/authentik/app/hr.yaml @@ -307,7 +307,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "7.4.3@sha256:8bc666424ef252009ed34b0432564cabbd4094cd2ce7829306cb1f5ee69170be" + tag: "7.4.3@sha256:d000041b9a42fabfe583d89db22028fd078561a505df7178a5a94ebbabe0f5f7" 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 33a1928b..dcf1fd2c 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.3@sha256:8bc666424ef252009ed34b0432564cabbd4094cd2ce7829306cb1f5ee69170be" + tag: "7.4.3@sha256:d000041b9a42fabfe583d89db22028fd078561a505df7178a5a94ebbabe0f5f7" 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 1b8e1a67..761c5313 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.3@sha256:8bc666424ef252009ed34b0432564cabbd4094cd2ce7829306cb1f5ee69170be" + tag: "7.4.3@sha256:d000041b9a42fabfe583d89db22028fd078561a505df7178a5a94ebbabe0f5f7" command: ["redis-server", "--save", "300 1", "--appendonly", "yes"] # save and appendonly options forcibly disable RDB and AOF persistence entirely securityContext: *sc resources: