kube-prometheus: various version updates

This commit is contained in:
Frederic Branczyk
2017-10-06 14:02:20 +02:00
parent f8c48a976a
commit 461c01b063
4 changed files with 6 additions and 6 deletions

View File

@@ -12,10 +12,10 @@ spec:
hostNetwork: true
hostPID: true
containers:
- image: quay.io/prometheus/node-exporter:v0.14.0
- image: quay.io/prometheus/node-exporter:v0.15.0
args:
- "-collector.procfs=/host/proc"
- "-collector.sysfs=/host/sys"
- "--path.procfs=/host/proc"
- "--path.sysfs=/host/sys"
name: node-exporter
ports:
- containerPort: 9100