Update node-exporter from v0.18.0 to v0.18.1

* https://github.com/prometheus/node_exporter/releases/tag/v0.18.1
This commit is contained in:
Dalton Hubble 2019-06-07 02:08:28 -07:00
parent f5960e227d
commit cc4f7e09ab
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ Notable changes between versions.
#### Addons #### Addons
* Update Grafana from v6.2.1 to v6.2.2 * Update Grafana from v6.2.1 to v6.2.2
* Update node-exporter from v0.18.0 to v0.18.1
## v1.14.3 ## v1.14.3

View File

@ -28,7 +28,7 @@ spec:
hostPID: true hostPID: true
containers: containers:
- name: node-exporter - name: node-exporter
image: quay.io/prometheus/node-exporter:v0.18.0 image: quay.io/prometheus/node-exporter:v0.18.1
args: args:
- --path.procfs=/host/proc - --path.procfs=/host/proc
- --path.sysfs=/host/sys - --path.sysfs=/host/sys