mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Use latest cAdvisor image.
This keeps us from downloading all cAdvisor images just to use "latest".
This commit is contained in:
parent
3a9295add0
commit
d9962946fc
@ -2,7 +2,7 @@ version: v1beta2
|
||||
id: cadvisor-agent
|
||||
containers:
|
||||
- name: cadvisor
|
||||
image: google/cadvisor
|
||||
image: google/cadvisor:latest
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8080
|
||||
|
Loading…
Reference in New Issue
Block a user