From 21c9c0a9e108f08e74056a6bed9b9aab2e19f37a Mon Sep 17 00:00:00 2001 From: iuri aranda Date: Thu, 2 Apr 2020 17:26:12 +0200 Subject: [PATCH] Update prometheus-operator version (#102) This new version includes a fix for Grafana (https://github.com/helm/charts/pull/21562), and a fix for https://github.com/skyscrapers/engineering/issues/337 --- cluster-monitoring/Chart.yaml | 2 +- cluster-monitoring/requirements.yaml | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/cluster-monitoring/Chart.yaml b/cluster-monitoring/Chart.yaml index 0f8883a2..c75a3876 100644 --- a/cluster-monitoring/Chart.yaml +++ b/cluster-monitoring/Chart.yaml @@ -1,5 +1,5 @@ name: cluster-monitoring -version: 1.6.9 +version: 1.6.10 description: Cluster-wide monitoring setup using Prometheus-operator and Grafana. keywords: - grafana diff --git a/cluster-monitoring/requirements.yaml b/cluster-monitoring/requirements.yaml index 0e43f012..ed1153dd 100644 --- a/cluster-monitoring/requirements.yaml +++ b/cluster-monitoring/requirements.yaml @@ -1,8 +1,4 @@ dependencies: -# Currently locking to prometheus-operator 8.10.0, which uses the Grafana v5.0.0 -# chart version. -# We can update again once https://github.com/helm/charts/pull/21562 has been -# merged and released. - name: prometheus-operator - version: 8.10.0 + version: 8.12.6 repository: https://kubernetes-charts.storage.googleapis.com/