upgrade nextcloud [ci skip]

This commit is contained in:
Viktor Barzin 2025-09-29 20:47:21 +00:00
parent b8cb87b3e1
commit 3739ab361b
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 1 additions and 1 deletions

View file

@ -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.