upgrade nextcloud and add external redis [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-17 20:50:29 +00:00
parent 1ace09f1ea
commit 19184ee22f
2 changed files with 11 additions and 3 deletions

View file

@ -25,7 +25,7 @@ resource "helm_release" "nextcloud" {
repository = "https://nextcloud.github.io/helm/"
chart = "nextcloud"
atomic = true
version = "8.0.2"
version = "8.8.1"
values = [templatefile("${path.module}/chart_values.yaml", { tls_secret_name = var.tls_secret_name, db_password = var.db_password })]
timeout = 6000