diff --git a/kube/deploy/apps/paperless-ngx/app/hr.yaml b/kube/deploy/apps/paperless-ngx/app/hr.yaml index 6cfe5e329a..15750e2ff6 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.4.1-bookworm@sha256:0e69d581912e77276656022e2a7f2d51bf25859a8f3792f1bf0f4be632754801" + tag: "7.4.1-bookworm@sha256:a06cea905344470eb49c972f3d030e22f28f632c1b4f43bbe4a26a4329dd6be5" 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 8005f8d05b..23c7275f5a 100644 --- a/kube/deploy/apps/searxng/app/hr.yaml +++ b/kube/deploy/apps/searxng/app/hr.yaml @@ -55,7 +55,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "7.4.1-bookworm@sha256:0e69d581912e77276656022e2a7f2d51bf25859a8f3792f1bf0f4be632754801" + tag: "7.4.1-bookworm@sha256:a06cea905344470eb49c972f3d030e22f28f632c1b4f43bbe4a26a4329dd6be5" command: ["redis-server", "--save", "''", "--appendonly", "no", "--port", "0", "--bind", "127.0.0.1", "--unixsocket", "/redis/redis.sock", "--unixsocketperm", "700"] # save and appendonly options forcibly disable RDB and AOF persistence entirely securityContext: *sc resources: