diff --git a/manifests/node-exporter/node-exporter-daemonset.yaml b/manifests/node-exporter/node-exporter-daemonset.yaml index 8c9565badd8b53cf3aa375ce494ef552f4c89c16..d42413cbba0ca39bebc85fd64523b9b2464dd36e 100644 --- a/manifests/node-exporter/node-exporter-daemonset.yaml +++ b/manifests/node-exporter/node-exporter-daemonset.yaml @@ -12,7 +12,7 @@ spec: hostNetwork: true hostPID: true containers: - - image: quay.io/prometheus/node-exporter:v0.13.0 + - image: quay.io/prometheus/node-exporter:v0.14.0 args: - "-collector.procfs=/host/proc" - "-collector.sysfs=/host/sys"