diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 4d47fb17bb4..1faec0998db 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.14 + version: 0.8.13 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 326a6d7ed1c..459f28981f6 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.14 + image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13 command: - "/bin/sh" - "-c" diff --git a/test/e2e_node/image_list.go b/test/e2e_node/image_list.go index 4bbf608d2e6..9354b1c5c96 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.14" + const defaultImage string = "registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13" 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 837dac7638d..8b63eb1643c 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.14 + image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13 env: - name: NODE_NAME valueFrom: