File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ dependencies:
243
243
244
244
# cadvisor
245
245
- name : " gcr.io/cadvisor/cadvisor: dependents"
246
- version : " v0.47.2 "
246
+ version : " v0.47.3 "
247
247
refPaths :
248
248
- path : test/e2e_node/resource_collector.go
249
249
match : gcr.io\/cadvisor\/cadvisor:v\d+\.\d+\.\d+
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ const (
52
52
// before test running so that the image pulling won't fail in actual test.
53
53
var NodePrePullImageList = sets .NewString (
54
54
imageutils .GetE2EImage (imageutils .Agnhost ),
55
- "gcr.io/cadvisor/cadvisor:v0.47.2 " ,
55
+ "gcr.io/cadvisor/cadvisor:v0.47.3 " ,
56
56
"registry.k8s.io/stress:v1" ,
57
57
busyboxImage ,
58
58
"registry.k8s.io/busybox@sha256:4bdd623e848417d96127e16037743f0cd8b528c026e9175e22a84f639eca58ff" ,
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ import (
50
50
51
51
const (
52
52
// resource monitoring
53
- cadvisorImageName = "gcr.io/cadvisor/cadvisor:v0.47.2 "
53
+ cadvisorImageName = "gcr.io/cadvisor/cadvisor:v0.47.3 "
54
54
cadvisorPodName = "cadvisor"
55
55
cadvisorPort = 8090
56
56
// housekeeping interval of Cadvisor (second)
You can’t perform that action at this time.
0 commit comments