Skip to content

Commit

Permalink
cadvisor to 0.49.1 (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne authored Mar 3, 2024
1 parent b8d7218 commit 7f6bd80
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.1
image: gcr.io/cadvisor/cadvisor:v0.49.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.1
image: gcr.io/cadvisor/cadvisor:v0.49.1
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /:/rootfs:ro
Expand Down

0 comments on commit 7f6bd80

Please sign in to comment.