From 9c69b4b96abbb7bb6ba8d70001ae10d927202566 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sat, 2 Mar 2024 13:46:18 +0000 Subject: [PATCH] upgrade immich chart [ci skip] --- modules/kubernetes/immich/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/kubernetes/immich/main.tf b/modules/kubernetes/immich/main.tf index 4997bff8..90dacfe7 100644 --- a/modules/kubernetes/immich/main.tf +++ b/modules/kubernetes/immich/main.tf @@ -95,7 +95,7 @@ resource "helm_release" "immich" { chart = "immich" atomic = true # version = "0.2.0" - version = "0.3.1" + version = "0.4.0" values = [templatefile("${path.module}/chart_values.tpl", { postgresql_password = var.postgresql_password })] }