fix nextcloud db-username + k8s-dashboard chart repo

- nextcloud: add db-username to ESO secret template and usernameKey
  to chart values (required by newer chart version)
- k8s-dashboard: update chart repo URL to kubernetes-retired.github.io
  (old kubernetes.github.io/dashboard returns 404)
This commit is contained in:
Viktor Barzin 2026-03-22 02:50:32 +02:00
parent e7433c17fb
commit 2e016d7df2
3 changed files with 3 additions and 1 deletions

View file

@ -47,7 +47,7 @@ resource "helm_release" "kubernetes-dashboard" {
namespace = kubernetes_namespace.k8s-dashboard.metadata[0].name
name = "kubernetes-dashboard"
repository = "https://kubernetes.github.io/dashboard/"
repository = "https://kubernetes-retired.github.io/dashboard/"
chart = "kubernetes-dashboard"
atomic = true
version = "7.12.0"