mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-10 17:39:43 +00:00
grafana: upgrade to 6.1.15
This commit is contained in:
parent
254ccc5ec1
commit
afb9d9370e
3 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
name: grafana
|
||||
version: 0.1
|
||||
apiVersion: v2
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
dependencies:
|
||||
- name: grafana
|
||||
version: '5.2.1'
|
||||
repository: '@stable'
|
||||
version: '6.1.15'
|
||||
repository: https://grafana.github.io/helm-charts
|
||||
|
|
|
|||
Loading…
Reference in a new issue