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