upgrade immich to v1.91.2 [ci skip]

This commit is contained in:
Viktor Barzin 2023-12-27 18:29:50 +00:00
parent ff03c1b8c6
commit 39c8890ca4
2 changed files with 7 additions and 40 deletions

View file

@ -90,7 +90,8 @@ resource "helm_release" "immich" {
repository = "https://immich-app.github.io/immich-charts"
chart = "immich"
atomic = true
version = "0.2.0"
# version = "0.2.0"
version = "0.3.1"
values = [templatefile("${path.module}/chart_values.tpl", { postgresql_password = var.postgresql_password })]
}