Skip to content

Commit

Permalink
Update node-exporter from v1.0.0-rc.0 to v1.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed May 16, 2020
1 parent a927c7c commit 90edcd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Notable changes between versions.
* Add support for [IngressClass](https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-class)
* Update Prometheus from v2.17.1 to v2.18.1
* Update kube-state-metrics from v1.9.5 to [v1.9.6](https://github.com/kubernetes/kube-state-metrics/releases/tag/v1.9.6)
* Update node-exporter from v1.0.0-rc.0 to [v1.0.0-rc.1](https://github.com/prometheus/node_exporter/releases/tag/v1.0.0-rc.1)
* Update Grafana from v6.7.2 to v7.0.0

## v1.18.2
Expand Down
2 changes: 1 addition & 1 deletion addons/prometheus/exporters/node-exporter/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
hostPID: true
containers:
- name: node-exporter
image: quay.io/prometheus/node-exporter:v1.0.0-rc.0
image: quay.io/prometheus/node-exporter:v1.0.0-rc.1
args:
- --path.procfs=/host/proc
- --path.sysfs=/host/sys
Expand Down

0 comments on commit 90edcd3

Please sign in to comment.