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 })] } diff --git a/terraform.tfstate b/terraform.tfstate index fbd4ef57..690449a7 100644 Binary files a/terraform.tfstate and b/terraform.tfstate differ