upgrade nextcloud [ci skip]
This commit is contained in:
parent
9be44437e6
commit
8cf58d14bd
1 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue