chore(oci/library/redis): update 7.4.4 ➼ 2582cc7 (#2752)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2025-06-11 18:13:55 +00:00
committed by GitHub
parent 9d23871922
commit 769e71187d
3 changed files with 3 additions and 3 deletions

View File

@@ -315,7 +315,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "7.4.4@sha256:00f4e3d63a75f60f4d325714146ea7123e8829ce33e1f2e204d0979ee2dcf959"
tag: "7.4.4@sha256:2582cc7e28849e4bdca8b991c3ede503ec706112d2eb2feb2191e9e980d37e92"
command: ["redis-server", "--save", "''", "--appendonly", "no", "--requirepass", "$(AUTHENTIK_REDIS__PASSWORD)"] # save and appendonly options forcibly disable RDB and AOF persistence entirely
envFrom: *envFrom
securityContext: *sc

View File

@@ -62,7 +62,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "7.4.4@sha256:00f4e3d63a75f60f4d325714146ea7123e8829ce33e1f2e204d0979ee2dcf959"
tag: "7.4.4@sha256:2582cc7e28849e4bdca8b991c3ede503ec706112d2eb2feb2191e9e980d37e92"
command: ["redis-server", "--save", "''", "--appendonly", "no"] # save and appendonly options forcibly disable RDB and AOF persistence entirely
securityContext:
readOnlyRootFilesystem: true

View File

@@ -220,7 +220,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "7.4.4@sha256:00f4e3d63a75f60f4d325714146ea7123e8829ce33e1f2e204d0979ee2dcf959"
tag: "7.4.4@sha256:2582cc7e28849e4bdca8b991c3ede503ec706112d2eb2feb2191e9e980d37e92"
command: ["redis-server", "--save", "300 1", "--appendonly", "yes"] # save and appendonly options forcibly disable RDB and AOF persistence entirely
securityContext: *sc
resources: