From d607914b3980a66e3ffa38912194700818b600e3 Mon Sep 17 00:00:00 2001 From: "chaplain-grimaldus[bot]" <167642948+chaplain-grimaldus[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:02:36 +0000 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20image=20public.ecr.a?= =?UTF-8?q?ws/docker/library/redis=20(=207.4.5=20=E2=86=92=207.4.7=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clusters/apps/env/production/home/paperless/app/hr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/apps/env/production/home/paperless/app/hr.yaml b/clusters/apps/env/production/home/paperless/app/hr.yaml index 43e0e299a..d3fd9e3e3 100644 --- a/clusters/apps/env/production/home/paperless/app/hr.yaml +++ b/clusters/apps/env/production/home/paperless/app/hr.yaml @@ -73,7 +73,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "7.4.5-bookworm@sha256:4421962706d7a901cbd435282515704040203d67c653160e3a46a27b79c40e19" + tag: "7.4.7-bookworm@sha256:483eaf69e400c5254a2dae9c9f9499c336ecc0537c36fca462516a8f8bf75f78" 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: