Skip to content

Commit

Permalink
cadvisor: use latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Nov 28, 2024
1 parent 5f7a513 commit 4950166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/cadvisor/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cadvisor_docker_container: "{{ cadvisor_name }}"

# Image
cadvisor_docker_image_pull: true
cadvisor_docker_image_tag: "v0.49.1"
cadvisor_docker_image_tag: "latest"
cadvisor_docker_image: "gcr.io/cadvisor/cadvisor:{{ cadvisor_docker_image_tag }}"

# Ports
Expand Down

0 comments on commit 4950166

Please sign in to comment.