From da630b88695a3b5fa9cdea7361c3aee9762fb2a4 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Thu, 19 Mar 2026 22:45:04 +0000 Subject: [PATCH] =?UTF-8?q?upgrade=20immich=20v2.5.6=20=E2=86=92=20v2.6.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stacks/immich/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/immich/main.tf b/stacks/immich/main.tf index 174752f6..91c58830 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.5.6" + default = "v2.6.1" } variable "nfs_server" { type = string } variable "redis_host" { type = string }