diff --git a/stacks/immich/main.tf b/stacks/immich/main.tf index d141edab..66c7ba7b 100644 --- a/stacks/immich/main.tf +++ b/stacks/immich/main.tf @@ -15,7 +15,7 @@ locals { variable "immich_version" { type = string # Change me to upgrade - default = "v2.7.4" + default = "v2.7.5" } variable "proxmox_host" { type = string } variable "redis_host" { type = string }