mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59: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
|
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
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
name: grafana
|
name: grafana
|
||||||
version: 0.1
|
version: 0.1
|
||||||
|
apiVersion: v2
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue