mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-22 10:39:49 +00:00
chore(container): update image public.ecr.aws/docker/library/redis to 1027a3a (#1322)
Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
@@ -227,7 +227,7 @@ spec:
|
||||
redis:
|
||||
image:
|
||||
repository: "public.ecr.aws/docker/library/redis"
|
||||
tag: "7.4.1@sha256:69c2f5bd13c8d3c099a08c002228a30f896e6873f2759de5861cc99d9ab35a84"
|
||||
tag: "7.4.1@sha256:1027a3a0a6130964c2ffb1901f600eb3ba9ae4555ef5922f6fe63bd626f4a317"
|
||||
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
|
||||
|
||||
@@ -62,7 +62,7 @@ spec:
|
||||
redis:
|
||||
image:
|
||||
repository: "public.ecr.aws/docker/library/redis"
|
||||
tag: "7.4.1@sha256:69c2f5bd13c8d3c099a08c002228a30f896e6873f2759de5861cc99d9ab35a84"
|
||||
tag: "7.4.1@sha256:1027a3a0a6130964c2ffb1901f600eb3ba9ae4555ef5922f6fe63bd626f4a317"
|
||||
command: ["redis-server", "--save", "''", "--appendonly", "no"] # save and appendonly options forcibly disable RDB and AOF persistence entirely
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: true
|
||||
|
||||
@@ -184,7 +184,7 @@ spec:
|
||||
redis:
|
||||
image:
|
||||
repository: "public.ecr.aws/docker/library/redis"
|
||||
tag: "7.4.1@sha256:69c2f5bd13c8d3c099a08c002228a30f896e6873f2759de5861cc99d9ab35a84"
|
||||
tag: "7.4.1@sha256:1027a3a0a6130964c2ffb1901f600eb3ba9ae4555ef5922f6fe63bd626f4a317"
|
||||
command: ["redis-server", "--save", "300 1", "--appendonly", "yes"] # save and appendonly options forcibly disable RDB and AOF persistence entirely
|
||||
securityContext: *sc
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user