Merge pull request #99 from nightah/master

Update cAdvisor, Prometheus and Grafana to latest versions
This commit is contained in:
Stefan Prodan 2018-10-18 11:39:17 +02:00 committed by GitHub
commit 5ec3ce13d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ services:
org.label-schema.group: "monitoring"
cadvisor:
image: google/cadvisor:v0.28.3
image: google/cadvisor:v0.31.0
container_name: cadvisor
volumes:
- /:/rootfs:ro

View File

@ -11,7 +11,7 @@ volumes:
services:
prometheus:
image: prom/prometheus:v2.4.2
image: prom/prometheus:v2.4.3
container_name: prometheus
volumes:
- ./prometheus/:/etc/prometheus/
@ -69,7 +69,7 @@ services:
org.label-schema.group: "monitoring"
cadvisor:
image: google/cadvisor:v0.28.3
image: google/cadvisor:v0.31.0
container_name: cadvisor
volumes:
- /:/rootfs:ro
@ -86,7 +86,7 @@ services:
org.label-schema.group: "monitoring"
grafana:
image: grafana/grafana:5.2.4
image: grafana/grafana:5.3.1
container_name: grafana
volumes:
- grafana_data:/var/lib/grafana