upgrade immich to v1.91.2 [ci skip]
This commit is contained in:
parent
ff03c1b8c6
commit
39c8890ca4
2 changed files with 7 additions and 40 deletions
|
|
@ -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 })]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue