From db725729f02a0d64ff7bed32d6250bf0558a7b2f Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 08:23:25 +0000 Subject: [PATCH] chore(container): update image public.ecr.aws/docker/library/redis to e647cfe (#527) 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/yagpdb/app/hr.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kube/deploy/apps/nextcloud/app/hr.yaml b/kube/deploy/apps/nextcloud/app/hr.yaml index 6d287906..b214c828 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:f3559626955d09241faba525dc71b9bb5aa94d4af9c1902b2cf255b4d73ff29d" + tag: "7.2.4-bookworm@sha256:e647cfe134bf5e8e74e620f66346f93418acfc240b71dd85640325cb7cd01402" 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 8516078e..388be597 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:f3559626955d09241faba525dc71b9bb5aa94d4af9c1902b2cf255b4d73ff29d" + tag: "7.2.4-bookworm@sha256:e647cfe134bf5e8e74e620f66346f93418acfc240b71dd85640325cb7cd01402" 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/yagpdb/app/hr.yaml b/kube/deploy/apps/yagpdb/app/hr.yaml index 0da43af4..c7e6366a 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:f3559626955d09241faba525dc71b9bb5aa94d4af9c1902b2cf255b4d73ff29d" + tag: "7.2.4-bookworm@sha256:e647cfe134bf5e8e74e620f66346f93418acfc240b71dd85640325cb7cd01402" command: ["redis-server", "--save", "''", "--appendonly", "no", "--port", "6379", "--bind", "127.0.0.1"] securityContext: *sc resources: