diff --git a/apps/argocd/patches/argocd-cm.yaml b/apps/argocd/patches/argocd-cm.yaml index a5ccd6e..0165596 100644 --- a/apps/argocd/patches/argocd-cm.yaml +++ b/apps/argocd/patches/argocd-cm.yaml @@ -14,6 +14,9 @@ data: clientID: $dex.github.clientId clientSecret: $dex.github.clientSecret repositories: | + - name: grafana + type: helm + url: https://grafana.github.io/helm-charts - name: ingress-nginx type: helm url: https://kubernetes.github.io/ingress-nginx diff --git a/apps/system/grafana/Chart.yaml b/apps/system/grafana/Chart.yaml index 7881fd7..3939c96 100644 --- a/apps/system/grafana/Chart.yaml +++ b/apps/system/grafana/Chart.yaml @@ -1,2 +1,3 @@ name: grafana version: 0.1 +apiVersion: v2 diff --git a/apps/system/grafana/requirements.yaml b/apps/system/grafana/requirements.yaml index e7073fb..baeb716 100644 --- a/apps/system/grafana/requirements.yaml +++ b/apps/system/grafana/requirements.yaml @@ -1,4 +1,4 @@ dependencies: - name: grafana - version: '5.2.1' - repository: '@stable' + version: '6.1.15' + repository: https://grafana.github.io/helm-charts