chore(helm/library/redis): update 8.2.3 ➼ 980d626 (#3869)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2025-11-18 06:10:29 +00:00
committed by GitHub
parent 9d0ebd73d8
commit 22956b3b21
2 changed files with 2 additions and 2 deletions

View File

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