Skip to content

Commit

Permalink
cadvisor version that is multiarch
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Aug 8, 2023
1 parent a09adba commit 26d5d89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions grafana-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ services:

cryptowat-exporter:
restart: "unless-stopped"
image: nbarrientos/cryptowat_exporter
image: nbarrientos/cryptowat_exporter:latest
volumes:
- /etc/localtime:/etc/localtime:ro
environment:
Expand All @@ -97,7 +97,7 @@ services:
<<: *logging

cadvisor:
image: gcr.io/cadvisor/cadvisor
image: gcr.io/cadvisor/cadvisor:v0.47.2
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /:/rootfs:ro
Expand Down
4 changes: 2 additions & 2 deletions grafana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:

cryptowat-exporter:
restart: "unless-stopped"
image: nbarrientos/cryptowat_exporter
image: nbarrientos/cryptowat_exporter:latest
volumes:
- /etc/localtime:/etc/localtime:ro
environment:
Expand All @@ -87,7 +87,7 @@ services:
<<: *logging

cadvisor:
image: gcr.io/cadvisor/cadvisor
image: gcr.io/cadvisor/cadvisor:v0.47.2
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
- /:/rootfs:ro
Expand Down

0 comments on commit 26d5d89

Please sign in to comment.