From 1c95a5b0e7c6bfa809c3ab1c737bd22e4189d27f Mon Sep 17 00:00:00 2001
From: Cyril Tovena <cyril.tovena@gmail.com>
Date: Fri, 5 Jul 2019 09:48:45 -0400
Subject: [PATCH] update grafana to fix dashboard provider (#674)

---
 production/helm/loki-stack/requirements.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/production/helm/loki-stack/requirements.yaml b/production/helm/loki-stack/requirements.yaml
index 639032a1..2554a0ee 100644
--- a/production/helm/loki-stack/requirements.yaml
+++ b/production/helm/loki-stack/requirements.yaml
@@ -9,7 +9,7 @@ dependencies:
   version: "^0.6.0"
 - name: "grafana"
   condition: grafana.enabled
-  version: "~3.3.7"
+  version: "~3.4.3"
   repository:  "https://kubernetes-charts.storage.googleapis.com/"
 - name: "prometheus"
   condition: prometheus.enabled
-- 
GitLab