The tag did not exist for "prometheus/node-exporter". So I have changed it to a valid value of "v0.13.0"

This commit is contained in:
Justin Pye
2016-12-12 13:11:22 +10:00
parent dda5b0cc80
commit c35ec6f5e2

View File

@@ -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"