From bf5c10da2ea7f4171588a353bc15862cbf34f4a2 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 04:24:03 +0000 Subject: [PATCH] chore(container): update image public.ecr.aws/docker/library/redis to a2ef918 (#749) Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- kube/deploy/apps/nextcloud/app/hr.yaml | 2 +- kube/deploy/apps/paperless-ngx/app/hr.yaml | 2 +- kube/deploy/apps/searxng/app/hr.yaml | 2 +- kube/deploy/apps/yagpdb/app/hr.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kube/deploy/apps/nextcloud/app/hr.yaml b/kube/deploy/apps/nextcloud/app/hr.yaml index 4392853a..ef264b23 100644 --- a/kube/deploy/apps/nextcloud/app/hr.yaml +++ b/kube/deploy/apps/nextcloud/app/hr.yaml @@ -94,7 +94,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "7.2.4-bookworm@sha256:687aaa67e318cb008c5d3abf8d33a13dc8f2db5e4262edf34f75dac5fa84d808" + tag: "7.2.4-bookworm@sha256:a2ef91810af58657193001dd65f19b8d54a6bb3462f7849ec52bef0fdaa685cd" command: ["redis-server", "--port", "0", "--bind", "127.0.0.1", "--unixsocket", "/sockets/redis.sock", "--unixsocketperm", "700"] securityContext: *sc resources: diff --git a/kube/deploy/apps/paperless-ngx/app/hr.yaml b/kube/deploy/apps/paperless-ngx/app/hr.yaml index e5a946e8..6624329e 100644 --- a/kube/deploy/apps/paperless-ngx/app/hr.yaml +++ b/kube/deploy/apps/paperless-ngx/app/hr.yaml @@ -100,7 +100,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "7.2.4-bookworm@sha256:687aaa67e318cb008c5d3abf8d33a13dc8f2db5e4262edf34f75dac5fa84d808" + tag: "7.2.4-bookworm@sha256:a2ef91810af58657193001dd65f19b8d54a6bb3462f7849ec52bef0fdaa685cd" command: ["redis-server", "--save", "''", "--appendonly", "no", "--port", "0", "--bind", "127.0.0.1", "--unixsocket", "/sockets/redis.sock", "--unixsocketperm", "700"] # save and appendonly options forcibly disable RDB and AOF persistence entirely securityContext: *sc resources: diff --git a/kube/deploy/apps/searxng/app/hr.yaml b/kube/deploy/apps/searxng/app/hr.yaml index 54f74376..fab34e0f 100644 --- a/kube/deploy/apps/searxng/app/hr.yaml +++ b/kube/deploy/apps/searxng/app/hr.yaml @@ -54,7 +54,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "7.2.4-bookworm@sha256:687aaa67e318cb008c5d3abf8d33a13dc8f2db5e4262edf34f75dac5fa84d808" + tag: "7.2.4-bookworm@sha256:a2ef91810af58657193001dd65f19b8d54a6bb3462f7849ec52bef0fdaa685cd" command: ["redis-server", "--save", "''", "--appendonly", "no", "--port", "0", "--bind", "127.0.0.1", "--unixsocket", "/etc/searxng/redis.sock", "--unixsocketperm", "700"] # save and appendonly options forcibly disable RDB and AOF persistence entirely securityContext: *sc resources: diff --git a/kube/deploy/apps/yagpdb/app/hr.yaml b/kube/deploy/apps/yagpdb/app/hr.yaml index 07ecba61..d6eec77d 100644 --- a/kube/deploy/apps/yagpdb/app/hr.yaml +++ b/kube/deploy/apps/yagpdb/app/hr.yaml @@ -71,7 +71,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "7.2.4-bookworm@sha256:687aaa67e318cb008c5d3abf8d33a13dc8f2db5e4262edf34f75dac5fa84d808" + tag: "7.2.4-bookworm@sha256:a2ef91810af58657193001dd65f19b8d54a6bb3462f7849ec52bef0fdaa685cd" command: ["redis-server", "--save", "''", "--appendonly", "no", "--port", "6379", "--bind", "127.0.0.1"] securityContext: *sc resources: