Skip to content

Commit

Permalink
[kube-prometheus-stack] update node exporter chart to 1.14.* (prometh…
Browse files Browse the repository at this point in the history
…eus-community#677)

* update node-exporter to 1.14.* in kube-prometheus-stack

Signed-off-by: Christian Groschupp <christian@groschupp.org>

* update Chart.lock

Signed-off-by: Christian Groschupp <christian@groschupp.org>

* bump kube-prometheus-stack version to 13.8.0

Signed-off-by: Christian Groschupp <christian@groschupp.org>
  • Loading branch information
cgroschupp authored Feb 17, 2021
1 parent c82aace commit 5aa5395
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/kube-prometheus-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: kube-state-metrics
repository: https://kubernetes.github.io/kube-state-metrics
version: 2.12.0
version: 2.12.2
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 1.12.0
version: 1.14.2
- name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.1.17
digest: sha256:dc971b13feac4b52ffcd2394acaa3bcb9a12542f40a9158a9af1ce88c7aa3e33
generated: "2021-02-08T17:39:09.689233013+01:00"
digest: sha256:cad54f9caae0b4893e664307aa5189a01fb9e3cb2f756d48d88aa2875351742f
generated: "2021-02-16T15:07:35.3511933+01:00"
4 changes: 2 additions & 2 deletions charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 13.7.2
version: 13.8.0
appVersion: 0.45.0
kubeVersion: ">=1.16.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand All @@ -40,7 +40,7 @@ dependencies:
repository: https://kubernetes.github.io/kube-state-metrics
condition: kubeStateMetrics.enabled
- name: prometheus-node-exporter
version: "1.12.*"
version: "1.14.*"
repository: https://prometheus-community.github.io/helm-charts
condition: nodeExporter.enabled
- name: grafana
Expand Down

0 comments on commit 5aa5395

Please sign in to comment.