Skip to content

Commit

Permalink
Google removed cadvisor 0.47.2, use 0.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Mar 2, 2024
1 parent 12e4d24 commit 32c8e41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion grafana-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:

cadvisor:
restart: "unless-stopped"
image: gcr.io/cadvisor/cadvisor:v0.47.2
image: gcr.io/cadvisor/cadvisor:v0.47.1
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /:/rootfs:ro
Expand Down
2 changes: 1 addition & 1 deletion grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ services:

cadvisor:
restart: "unless-stopped"
image: gcr.io/cadvisor/cadvisor:v0.47.2
image: gcr.io/cadvisor/cadvisor:v0.47.1
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /:/rootfs:ro
Expand Down

0 comments on commit 32c8e41

Please sign in to comment.