From 7e916ffe2dd0d222706a885a000aadd8aa51e4f0 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 06:11:59 +0000 Subject: [PATCH] =?UTF-8?q?chore(helm/library/redis):=20update=208.2.3=20?= =?UTF-8?q?=E2=9E=BC=20980d626=20(#3870)?= 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/paperless-ngx/app/hr.yaml | 2 +- kube/deploy/apps/searxng/app/hr.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kube/deploy/apps/paperless-ngx/app/hr.yaml b/kube/deploy/apps/paperless-ngx/app/hr.yaml index d0dd0c4c..3439e442 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: "8.2.3-bookworm@sha256:5c7c0445ed86918cb9efb96d95a6bfc03ed2059fe2c5f02b4d74f477ffe47915" + tag: "8.2.3-bookworm@sha256:980d6260ff4105b8fe786898582e9524e13a127a89d3919d492a4306260bec5d" 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 22426b14..17b6308b 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: "8.2.3-bookworm@sha256:5c7c0445ed86918cb9efb96d95a6bfc03ed2059fe2c5f02b4d74f477ffe47915" + tag: "8.2.3-bookworm@sha256:980d6260ff4105b8fe786898582e9524e13a127a89d3919d492a4306260bec5d" 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: