From 7cfcbfa4053eb3c12dffe81030eda4b35741dafc Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Mon, 6 Apr 2026 14:26:56 +0300 Subject: [PATCH] =?UTF-8?q?upgrade=20immich=20v2.6.1=20=E2=86=92=20v2.6.3?= =?UTF-8?q?=20(bug=20fixes=20only)=20[ci=20skip]?= 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 5802a713..46f6008c 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.6.1" + default = "v2.6.3" } variable "nfs_server" { type = string } variable "redis_host" { type = string }