chore(helm/library/redis): update 8.2.3 ➼ d318520 (#3794)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2025-11-04 13:19:04 +00:00
committed by GitHub
parent 9094f4645c
commit 86f1f5a19c
2 changed files with 2 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "8.2.3-bookworm@sha256:1c589f39ec5bb0c553d680b6d7eed3b6e3686b24f87f480dabdd1e64c849aba2"
tag: "8.2.3-bookworm@sha256:d318520052025d3cc5850ba3de966810916c7a7b327b412322399f38be39a39c"
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:

View File

@@ -55,7 +55,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "8.2.3-bookworm@sha256:1c589f39ec5bb0c553d680b6d7eed3b6e3686b24f87f480dabdd1e64c849aba2"
tag: "8.2.3-bookworm@sha256:d318520052025d3cc5850ba3de966810916c7a7b327b412322399f38be39a39c"
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: