diff --git a/kube/deploy/apps/nextcloud/app/hr.yaml b/kube/deploy/apps/nextcloud/app/hr.yaml index 54b3c4c5..78072f24 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:2c1c40fe1eef45d89be406bd09d6d9134a3f50bd843609f676fb3eb2c1df1580" + tag: "7.2.4-bookworm@sha256:e3e87587e36a629844e987facec7def0562d9ac5e51940c1ff8b4744054b8409" 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 43cd2efd..b3d850aa 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:2c1c40fe1eef45d89be406bd09d6d9134a3f50bd843609f676fb3eb2c1df1580" + tag: "7.2.4-bookworm@sha256:e3e87587e36a629844e987facec7def0562d9ac5e51940c1ff8b4744054b8409" 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 7fb12af8..3c6a8d16 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:2c1c40fe1eef45d89be406bd09d6d9134a3f50bd843609f676fb3eb2c1df1580" + tag: "7.2.4-bookworm@sha256:e3e87587e36a629844e987facec7def0562d9ac5e51940c1ff8b4744054b8409" 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 ec7cdb3f..50548c30 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:2c1c40fe1eef45d89be406bd09d6d9134a3f50bd843609f676fb3eb2c1df1580" + tag: "7.2.4-bookworm@sha256:e3e87587e36a629844e987facec7def0562d9ac5e51940c1ff8b4744054b8409" command: ["redis-server", "--save", "''", "--appendonly", "no", "--port", "6379", "--bind", "127.0.0.1"] securityContext: *sc resources: