chore(oci/library/redis): update 8.2.1 ➼ a5924df (#3551)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2025-10-01 16:09:59 +00:00
committed by GitHub
parent dad53dd78f
commit de66c71be5
2 changed files with 2 additions and 2 deletions

View File

@@ -304,7 +304,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "8.2.1@sha256:265e405e29ec63eb738adff3da4c5550c112250d676fe3693ad41a85cd0593fb"
tag: "8.2.1@sha256:a5924dfbe5775104e71b0405fdc5f87da04ad07777c59e85f0612d4c23a259a1"
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

@@ -209,7 +209,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "8.2.1@sha256:265e405e29ec63eb738adff3da4c5550c112250d676fe3693ad41a85cd0593fb"
tag: "8.2.1@sha256:a5924dfbe5775104e71b0405fdc5f87da04ad07777c59e85f0612d4c23a259a1"
command: ["redis-server", "--save", "300 1", "--appendonly", "yes"] # save and appendonly options forcibly disable RDB and AOF persistence entirely
securityContext: *sc
resources: