Skip to content

Commit

Permalink
chore(oci/libraryredis): update 7.4.2 ➼ 844a9bb (#1825)
Browse files Browse the repository at this point in the history
Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
  • Loading branch information
tinfoild[bot] authored Feb 4, 2025
1 parent b3900cb commit d5da3af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kube/deploy/apps/authentik/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "7.4.2@sha256:f34cfb00381c3c98f6cc1e3e529fc92793001a7164377f54bf502cc932b8431a"
tag: "7.4.2@sha256:844a9bb4b42813e5a44ef2ecf496e54e7f016f7db09bfe46b1c32781dca36f8b"
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
Expand Down
2 changes: 1 addition & 1 deletion kube/deploy/apps/blocky/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "7.4.2@sha256:f34cfb00381c3c98f6cc1e3e529fc92793001a7164377f54bf502cc932b8431a"
tag: "7.4.2@sha256:844a9bb4b42813e5a44ef2ecf496e54e7f016f7db09bfe46b1c32781dca36f8b"
command: ["redis-server", "--save", "''", "--appendonly", "no"] # save and appendonly options forcibly disable RDB and AOF persistence entirely
securityContext:
readOnlyRootFilesystem: true
Expand Down
2 changes: 1 addition & 1 deletion kube/deploy/apps/immich/app/hr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ spec:
redis:
image:
repository: "public.ecr.aws/docker/library/redis"
tag: "7.4.2@sha256:f34cfb00381c3c98f6cc1e3e529fc92793001a7164377f54bf502cc932b8431a"
tag: "7.4.2@sha256:844a9bb4b42813e5a44ef2ecf496e54e7f016f7db09bfe46b1c32781dca36f8b"
command: ["redis-server", "--save", "300 1", "--appendonly", "yes"] # save and appendonly options forcibly disable RDB and AOF persistence entirely
securityContext: *sc
resources:
Expand Down

0 comments on commit d5da3af

Please sign in to comment.