diff --git a/kube/deploy/apps/authentik/app/hr.yaml b/kube/deploy/apps/authentik/app/hr.yaml index 93b1f9ea..ed537ced 100644 --- a/kube/deploy/apps/authentik/app/hr.yaml +++ b/kube/deploy/apps/authentik/app/hr.yaml @@ -304,7 +304,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "8.2.0@sha256:e7d6b261beaa22b1dc001f438b677f1c691ac7805607d8979bae65fe0615c2e6" + tag: "8.2.1@sha256:57f478e6632804a075524a0dbc78f320e0d9106749140a35dcdffac65297df8c" 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 diff --git a/kube/deploy/apps/immich/app/hr.yaml b/kube/deploy/apps/immich/app/hr.yaml index 57fa01f6..7a9145a1 100644 --- a/kube/deploy/apps/immich/app/hr.yaml +++ b/kube/deploy/apps/immich/app/hr.yaml @@ -209,7 +209,7 @@ spec: redis: image: repository: "public.ecr.aws/docker/library/redis" - tag: "8.2.0@sha256:e7d6b261beaa22b1dc001f438b677f1c691ac7805607d8979bae65fe0615c2e6" + tag: "8.2.1@sha256:57f478e6632804a075524a0dbc78f320e0d9106749140a35dcdffac65297df8c" command: ["redis-server", "--save", "300 1", "--appendonly", "yes"] # save and appendonly options forcibly disable RDB and AOF persistence entirely securityContext: *sc resources: