chore(oci/library/redis): update 7.4.4 ➼ 3f64179 (#2869)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2025-07-01 11:07:44 +00:00
committed by GitHub
parent 2fa1b7c66c
commit fa0a03339e
3 changed files with 3 additions and 3 deletions

View File

@@ -304,7 +304,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "7.4.4@sha256:7839570aaec9c4d3674148ce90f8e06454d0c88889eedacce6a673f426e3cff6"
tag: "7.4.4@sha256:3f6417986458b10497af7648ef95e3632296b71566e5aba8007780c1a86cd804"
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:7839570aaec9c4d3674148ce90f8e06454d0c88889eedacce6a673f426e3cff6"
tag: "7.4.4@sha256:3f6417986458b10497af7648ef95e3632296b71566e5aba8007780c1a86cd804"
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:7839570aaec9c4d3674148ce90f8e06454d0c88889eedacce6a673f426e3cff6"
tag: "7.4.4@sha256:3f6417986458b10497af7648ef95e3632296b71566e5aba8007780c1a86cd804"
command: ["redis-server", "--save", "300 1", "--appendonly", "yes"] # save and appendonly options forcibly disable RDB and AOF persistence entirely
securityContext: *sc
resources: