grafana: upgrade to 6.1.15

This commit is contained in:
Andrey Kartashov 2020-12-17 03:40:21 +07:00
parent 254ccc5ec1
commit afb9d9370e
3 changed files with 6 additions and 2 deletions

View file

@ -14,6 +14,9 @@ data:
clientID: $dex.github.clientId clientID: $dex.github.clientId
clientSecret: $dex.github.clientSecret clientSecret: $dex.github.clientSecret
repositories: | repositories: |
- name: grafana
type: helm
url: https://grafana.github.io/helm-charts
- name: ingress-nginx - name: ingress-nginx
type: helm type: helm
url: https://kubernetes.github.io/ingress-nginx url: https://kubernetes.github.io/ingress-nginx

View file

@ -1,2 +1,3 @@
name: grafana name: grafana
version: 0.1 version: 0.1
apiVersion: v2

View file

@ -1,4 +1,4 @@
dependencies: dependencies:
- name: grafana - name: grafana
version: '5.2.1' version: '6.1.15'
repository: '@stable' repository: https://grafana.github.io/helm-charts