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:
parent
e7433c17fb
commit
2e016d7df2
3 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue