Merge pull request #17 from bernielomax/bernielomax/fix-invalid-tag

Fixed docker image tag for "quay.io/prometheus/node-exporter".
This commit is contained in:
Frederic Branczyk
2016-12-11 19:53:47 -08:00
committed by GitHub

View File

@@ -12,7 +12,7 @@ spec:
hostNetwork: true hostNetwork: true
hostPID: true hostPID: true
containers: containers:
- image: quay.io/prometheus/node-exporter:0.13.0 - image: quay.io/prometheus/node-exporter:v0.13.0
args: args:
- "-collector.procfs=/host/proc" - "-collector.procfs=/host/proc"
- "-collector.sysfs=/host/sys" - "-collector.sysfs=/host/sys"