Skip to content

Commit 31cbc7b

Browse files
committed
cadvior bump to 0.47.3 in build dependencies.
The cadvisor has been bumped to 0.47.3 via kubernetes#119225 This update the same in build. Signed-off-by: Humble Chirammal <[email protected]>
1 parent 294bde0 commit 31cbc7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ dependencies:
243243

244244
# cadvisor
245245
- name: "gcr.io/cadvisor/cadvisor: dependents"
246-
version: "v0.47.2"
246+
version: "v0.47.3"
247247
refPaths:
248248
- path: test/e2e_node/resource_collector.go
249249
match: gcr.io\/cadvisor\/cadvisor:v\d+\.\d+\.\d+

test/e2e_node/image_list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const (
5252
// before test running so that the image pulling won't fail in actual test.
5353
var NodePrePullImageList = sets.NewString(
5454
imageutils.GetE2EImage(imageutils.Agnhost),
55-
"gcr.io/cadvisor/cadvisor:v0.47.2",
55+
"gcr.io/cadvisor/cadvisor:v0.47.3",
5656
"registry.k8s.io/stress:v1",
5757
busyboxImage,
5858
"registry.k8s.io/busybox@sha256:4bdd623e848417d96127e16037743f0cd8b528c026e9175e22a84f639eca58ff",

test/e2e_node/resource_collector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import (
5050

5151
const (
5252
// resource monitoring
53-
cadvisorImageName = "gcr.io/cadvisor/cadvisor:v0.47.2"
53+
cadvisorImageName = "gcr.io/cadvisor/cadvisor:v0.47.3"
5454
cadvisorPodName = "cadvisor"
5555
cadvisorPort = 8090
5656
// housekeeping interval of Cadvisor (second)

0 commit comments

Comments
 (0)