From bbd4e61fc1de9e7475b2a70ddfb49c5a2fe5edeb Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 24 Jun 2020 10:51:35 +0200 Subject: [PATCH 1/2] Bump Grafana version to v6.7.4 --- jsonnet/kube-prometheus/kube-prometheus.libsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonnet/kube-prometheus/kube-prometheus.libsonnet b/jsonnet/kube-prometheus/kube-prometheus.libsonnet index 2001cd0d..b787e48f 100644 --- a/jsonnet/kube-prometheus/kube-prometheus.libsonnet +++ b/jsonnet/kube-prometheus/kube-prometheus.libsonnet @@ -104,7 +104,7 @@ local configMapList = k3.core.v1.configMapList; namespace: 'default', versions+:: { - grafana: '6.6.0', + grafana: '6.7.4', }, tlsCipherSuites: [ From 83ebd535e6ec237c93db6f4c898d8723c225ee3c Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Wed, 24 Jun 2020 10:55:13 +0200 Subject: [PATCH 2/2] manifests: regenerate --- manifests/grafana-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/grafana-deployment.yaml b/manifests/grafana-deployment.yaml index a84164b1..491eb061 100644 --- a/manifests/grafana-deployment.yaml +++ b/manifests/grafana-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - env: [] - image: grafana/grafana:6.6.0 + image: grafana/grafana:6.7.4 name: grafana ports: - containerPort: 3000