Unverified Commit d7207a80 authored by Kevin Di Lallo's avatar Kevin Di Lallo Committed by GitHub
Browse files

Merge pull request #192 from nikhildoifode/na-1200

Updated Grafana Helm charts
parents 29c60fe8 2698690a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ repo:
          - meep-open-map-tiles
          - meep-postgis
          - meep-redis
          # - meep-prometheus
          - meep-prometheus
        # list of platform pods to monitor
        core-pods:
          - meep-mon-engine
@@ -665,7 +665,7 @@ repo:
      # enable meepctl dockerize -> deps are never dockerized
      dockerize: false
      # enable meepctl deploy/delete
      deploy: false
      deploy: true
      # location of deployment chart
      chart: charts/kube-prometheus-stack
      # user supplied value file located @ .meep/user/values (use below file name)

charts/grafana/.helmignore

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

charts/grafana/Chart.yaml

100755 → 100644
+7 −4
Original line number Diff line number Diff line
apiVersion: v2
appVersion: 6.5.2
appVersion: 7.3.5
description: The leading tool for querying and visualizing time series and metrics.
engine: gotpl
home: https://grafana.net
icon: https://raw.githubusercontent.com/grafana/grafana/master/public/img/logo_transparent_400x.png
kubeVersion: ^1.8.0-0
@@ -12,8 +11,12 @@ maintainers:
  name: rtluckie
- email: maor.friedman@redhat.com
  name: maorfr
- email: miroslav.hadzhiev@gmail.com
  name: Xtigyro
- email: mail@torstenwalter.de
  name: torstenwalter
name: grafana
sources:
- https://github.com/grafana/grafana
tillerVersion: '>=2.12.0'
version: 4.3.0
type: application
version: 6.2.1

charts/grafana/README.md

100755 → 100644
+263 −50

File changed.File mode changed from 100755 to 100644.

Preview size limit exceeded, changes collapsed.

+0 −0

File mode changed from 100755 to 100644.

Loading