upgrade immich chart [ci skip]

This commit is contained in:
Viktor Barzin 2024-03-02 13:46:18 +00:00
parent 5c8fff90d2
commit 42c6f8b4dd
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 1 additions and 1 deletions

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

Binary file not shown.