upgrade immich chart [ci skip]
This commit is contained in:
parent
b3bbe15c2c
commit
9c69b4b96a
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ resource "helm_release" "immich" {
|
||||||
chart = "immich"
|
chart = "immich"
|
||||||
atomic = true
|
atomic = true
|
||||||
# version = "0.2.0"
|
# version = "0.2.0"
|
||||||
version = "0.3.1"
|
version = "0.4.0"
|
||||||
|
|
||||||
values = [templatefile("${path.module}/chart_values.tpl", { postgresql_password = var.postgresql_password })]
|
values = [templatefile("${path.module}/chart_values.tpl", { postgresql_password = var.postgresql_password })]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue