upgrade nextcloud [ci skip]
This commit is contained in:
parent
b8cb87b3e1
commit
3739ab361b
2 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ resource "helm_release" "nextcloud" {
|
|||
repository = "https://nextcloud.github.io/helm/"
|
||||
chart = "nextcloud"
|
||||
atomic = true
|
||||
version = "7.0.0"
|
||||
version = "8.0.2"
|
||||
|
||||
values = [templatefile("${path.module}/chart_values.yaml", { tls_secret_name = var.tls_secret_name, db_password = var.db_password })]
|
||||
timeout = 6000
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue