[kube-prometheus-stack] Update chart dependencies (#293)

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
This commit is contained in:
Manuel Rüger
2020-11-02 10:06:33 -05:00
committed by GitHub
parent bd67990c59
commit 4c5a20f8ce
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 10.3.4
version: 10.3.5
appVersion: 0.42.1
tillerVersion: ">=2.12.0"
kubeVersion: ">=1.16.0-0"
@@ -1,12 +1,12 @@
dependencies:
- name: kube-state-metrics
version: "2.8.*"
version: "2.9.*"
repository: https://charts.helm.sh/stable
condition: kubeStateMetrics.enabled
- name: prometheus-node-exporter
version: "1.11.*"
version: "1.12.*"
repository: https://prometheus-community.github.io/helm-charts
condition: nodeExporter.enabled