diff --git a/stable/prometheus-operator/Chart.yaml b/stable/prometheus-operator/Chart.yaml index c235fb7bc1..4fb724d64e 100644 --- a/stable/prometheus-operator/Chart.yaml +++ b/stable/prometheus-operator/Chart.yaml @@ -10,7 +10,7 @@ name: prometheus-operator sources: - https://github.com/coreos/prometheus-operator - https://coreos.com/operators/prometheus -version: 6.18.2 +version: 6.19.0 appVersion: 0.32.0 home: https://github.com/coreos/prometheus-operator keywords: diff --git a/stable/prometheus-operator/requirements.lock b/stable/prometheus-operator/requirements.lock index 3bfeda607b..8a09a8c6db 100644 --- a/stable/prometheus-operator/requirements.lock +++ b/stable/prometheus-operator/requirements.lock @@ -1,12 +1,12 @@ dependencies: - name: kube-state-metrics repository: https://kubernetes-charts.storage.googleapis.com/ - version: 2.3.1 + version: 2.4.1 - name: prometheus-node-exporter repository: https://kubernetes-charts.storage.googleapis.com/ version: 1.5.2 - name: grafana repository: https://kubernetes-charts.storage.googleapis.com/ - version: 3.8.19 -digest: sha256:aed0bb6e6be53e7f42c3344ef84c1b352a927dc9a97b7960c9d1b1f222bb2b18 -generated: "2019-10-08T10:35:10.371562135+02:00" + version: 3.10.2 +digest: sha256:37e820ebaccbcc6672cf52c5fb7c772193250d6e1959c8ee45314a351720948f +generated: "2019-10-16T16:21:11.085262+02:00" diff --git a/stable/prometheus-operator/requirements.yaml b/stable/prometheus-operator/requirements.yaml index d82c053711..45100a505c 100644 --- a/stable/prometheus-operator/requirements.yaml +++ b/stable/prometheus-operator/requirements.yaml @@ -1,7 +1,7 @@ dependencies: - name: kube-state-metrics - version: 2.3.* + version: 2.4.* repository: https://kubernetes-charts.storage.googleapis.com/ condition: kubeStateMetrics.enabled @@ -11,6 +11,6 @@ dependencies: condition: nodeExporter.enabled - name: grafana - version: 3.8.* + version: 3.10.* repository: https://kubernetes-charts.storage.googleapis.com/ condition: grafana.enabled