Skip to content

Commit

Permalink
Update cadvisor to v0.34.0
Browse files Browse the repository at this point in the history
Container location updated to gcr.io/google-containers due to google/cadvisor#2301
  • Loading branch information
nightah committed Dec 3, 2019
1 parent 001c517 commit aa56ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.exporters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
org.label-schema.group: "monitoring"

cadvisor:
image: google/cadvisor:v0.33.0
image: gcr.io/google-containers/cadvisor:v0.34.0
container_name: cadvisor
volumes:
- /:/rootfs:ro
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ services:
org.label-schema.group: "monitoring"

cadvisor:
image: google/cadvisor:v0.33.0
image: gcr.io/google-containers/cadvisor:v0.34.0
container_name: cadvisor
volumes:
- /:/rootfs:ro
Expand Down

0 comments on commit aa56ec7

Please sign in to comment.