chore(oci/libraryredis): update 7.4.1 ➼ bb142a9 (#1583)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2024-12-25 17:05:56 +00:00
committed by GitHub
parent 71f9c9dae0
commit 1b0c558d6e
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.1-bookworm@sha256:e2536789d29520d16fafcb533edcdfc51df65f9f42ffdedfb0427bee7af4ac70"
tag: "7.4.1-bookworm@sha256:bb142a9c18ac18a16713c1491d779697b4e107c22a97266616099d288237ef47"
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: "7.4.1-bookworm@sha256:e2536789d29520d16fafcb533edcdfc51df65f9f42ffdedfb0427bee7af4ac70"
tag: "7.4.1-bookworm@sha256:bb142a9c18ac18a16713c1491d779697b4e107c22a97266616099d288237ef47"
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: