Update Grafana. Stick to version on node_exporter.

This commit is contained in:
CarlosEDP 2018-06-11 09:57:25 -05:00
parent 3f71d54a97
commit 5f17d40071
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ spec:
runAsUser: 65534
containers:
- name: grafana
image: carlosedp/monitoring-grafana:v5.0.4
image: carlosedp/monitoring-grafana:v5.1.3
volumeMounts:
- name: grafana-config
mountPath: /grafana/conf/config.ini

View File

@ -20,7 +20,7 @@ spec:
hostNetwork: true
hostPID: true
containers:
- image: carlosedp/node_exporter
- image: carlosedp/node_exporter:v0.15.2
args:
#- "--web.listen-address=0.0.0.1:9100"
- "--path.procfs=/host/proc"