From 7b44d73f73f2a745666e4276b24fd98b7d002110 Mon Sep 17 00:00:00 2001 From: bzsuni Date: Sun, 27 Aug 2023 18:06:31 +0800 Subject: [PATCH] bump npd to v0.8.14 Signed-off-by: bzsuni --- build/dependencies.yaml | 2 +- cluster/addons/node-problem-detector/npd.yaml | 2 +- test/e2e_node/image_list.go | 2 +- test/kubemark/resources/hollow-node_template.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 0db0ae06e7e..dcc26a1ef74 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -89,7 +89,7 @@ dependencies: - path: cluster/images/etcd/migrate/options.go - name: "node-problem-detector" - version: 0.8.13 + version: 0.8.14 refPaths: - path: test/e2e_node/image_list.go match: const defaultImage diff --git a/cluster/addons/node-problem-detector/npd.yaml b/cluster/addons/node-problem-detector/npd.yaml index 459f28981f6..326a6d7ed1c 100644 --- a/cluster/addons/node-problem-detector/npd.yaml +++ b/cluster/addons/node-problem-detector/npd.yaml @@ -47,7 +47,7 @@ spec: spec: containers: - name: node-problem-detector - image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13 + image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.14 command: - "/bin/sh" - "-c" diff --git a/test/e2e_node/image_list.go b/test/e2e_node/image_list.go index 9354b1c5c96..4bbf608d2e6 100644 --- a/test/e2e_node/image_list.go +++ b/test/e2e_node/image_list.go @@ -106,7 +106,7 @@ func isRunningOnArm64() bool { } func getNodeProblemDetectorImage() string { - const defaultImage string = "registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13" + const defaultImage string = "registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.14" image := os.Getenv("NODE_PROBLEM_DETECTOR_IMAGE") if image == "" { image = defaultImage diff --git a/test/kubemark/resources/hollow-node_template.yaml b/test/kubemark/resources/hollow-node_template.yaml index 8b63eb1643c..837dac7638d 100644 --- a/test/kubemark/resources/hollow-node_template.yaml +++ b/test/kubemark/resources/hollow-node_template.yaml @@ -99,7 +99,7 @@ spec: cpu: {{hollow_proxy_millicpu}}m memory: {{hollow_proxy_mem_Ki}}Ki - name: hollow-node-problem-detector - image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13 + image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.14 env: - name: NODE_NAME valueFrom: