From 8a0412450d29191e41410bd8a89acacbb3a8e525 Mon Sep 17 00:00:00 2001 From: John Naulty Jr Date: Thu, 25 Jul 2019 02:51:51 -0700 Subject: [PATCH] [stable/prometheus-operator] Fix #15819 datasource config from k8s secrets (#15855) * [stable/prometheus-operator] Fix #15819 Fix #15819 issue configuring datasources from kubernetes secrets Changes in the stable/grafana charts allows for the recommended updating and removal of datasources via kubernetes secrets. Older versions of this chart do not allow this feature. Signed-off-by: John Naulty * [stable/prometheus-operator] bump up minor version This is adding feature, so minor version should be updaated, not patch version. Signed-off-by: John Naulty --- stable/prometheus-operator/Chart.yaml | 2 +- stable/prometheus-operator/requirements.lock | 6 +++--- stable/prometheus-operator/requirements.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/prometheus-operator/Chart.yaml b/stable/prometheus-operator/Chart.yaml index 6f5a2487cd..9625932764 100644 --- a/stable/prometheus-operator/Chart.yaml +++ b/stable/prometheus-operator/Chart.yaml @@ -11,7 +11,7 @@ name: prometheus-operator sources: - https://github.com/coreos/prometheus-operator - https://coreos.com/operators/prometheus -version: 6.1.2 +version: 6.2.0 appVersion: 0.31.1 home: https://github.com/coreos/prometheus-operator keywords: diff --git a/stable/prometheus-operator/requirements.lock b/stable/prometheus-operator/requirements.lock index 05d7cb163a..a3303c76f3 100644 --- a/stable/prometheus-operator/requirements.lock +++ b/stable/prometheus-operator/requirements.lock @@ -7,6 +7,6 @@ dependencies: version: 1.5.1 - name: grafana repository: https://kubernetes-charts.storage.googleapis.com/ - version: 3.5.13 -digest: sha256:f1b0b94a4f7a5f58dbb6f13007f9d3379a6f7cdd320b4ebdaf8c85da96b0b955 -generated: 2019-07-21T23:02:22.337700699+07:00 + version: 3.7.3 +digest: sha256:d218557e23680982931e04a9fae4f308d0ce75a6515cc83ee9e5dadda65fbbb0 +generated: 2019-07-24T09:09:34.838754406-07:00 diff --git a/stable/prometheus-operator/requirements.yaml b/stable/prometheus-operator/requirements.yaml index 98201ff42d..f17328a72a 100644 --- a/stable/prometheus-operator/requirements.yaml +++ b/stable/prometheus-operator/requirements.yaml @@ -11,6 +11,6 @@ dependencies: condition: nodeExporter.enabled - name: grafana - version: 3.5.* + version: 3.7.* repository: https://kubernetes-charts.storage.googleapis.com/ condition: grafana.enabled