We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f77c6a commit e65c859Copy full SHA for e65c859
modules/nixos/services/media/immich.nix
@@ -69,7 +69,7 @@ in
69
};
70
71
immich-redis.containerConfig = {
72
- image = "redis:7.4";
+ image = "redis:8.0";
73
pod = pods.immich-pod.ref;
74
75
modules/nixos/services/penpot.nix
@@ -71,7 +71,7 @@ in
dependsOn = [ "penpot-backend" ];
"penpot-redis".containerConfig = {
- image = "redis:7-alpine";
+ image = "redis:8-alpine";
pod = pods.${podName}.ref;
76
77
"penpot-db".containerConfig = {
0 commit comments