upgrade immich chart [ci skip]

This commit is contained in:
Viktor Barzin 2024-03-02 13:46:18 +00:00
parent b3bbe15c2c
commit 9c69b4b96a

View file

@ -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 })]
}