chore(oci/library/redis): update 7.4.3 ➼ 0274916 (#2264)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2025-04-29 07:10:26 +00:00
committed by GitHub
parent b0b73c17ce
commit 5ce7289c73
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: "7.4.3-bookworm@sha256:ee8ec723c831b815c3e2f2c6fbd1c145c68d1c04ba284f044ec1434fbca0fee8"
tag: "7.4.3-bookworm@sha256:027491673c89e949e95098cf38a39cd9f5ae8f7064cacea99d45ad77baa29776"
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

@@ -56,7 +56,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "7.4.3-bookworm@sha256:ee8ec723c831b815c3e2f2c6fbd1c145c68d1c04ba284f044ec1434fbca0fee8"
tag: "7.4.3-bookworm@sha256:027491673c89e949e95098cf38a39cd9f5ae8f7064cacea99d45ad77baa29776"
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: