From b4f479d1f29088f341cf393b90530a64ece74854 Mon Sep 17 00:00:00 2001 From: bzsuni Date: Tue, 4 Jul 2023 13:32:49 +0800 Subject: [PATCH] bump npd to v0.8.13 Signed-off-by: bzsuni --- build/dependencies.yaml | 2 ++ cluster/addons/node-problem-detector/npd.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/dependencies.yaml b/build/dependencies.yaml index 6a235a0bc3c..c676183fb44 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -93,6 +93,8 @@ dependencies: match: const defaultImage - path: test/kubemark/resources/hollow-node_template.yaml match: registry.k8s.io/node-problem-detector/node-problem-detector + - path: cluster/addons/node-problem-detector/npd.yaml + match: registry.k8s.io/node-problem-detector/node-problem-detector # TODO(dims): Ensure newer versions get uploaded to # - https://console.cloud.google.com/storage/browser/gke-release/winnode/node-problem-detector # - https://gcsweb.k8s.io/gcs/kubernetes-release/node-problem-detector/ diff --git a/cluster/addons/node-problem-detector/npd.yaml b/cluster/addons/node-problem-detector/npd.yaml index df4e189f147..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.9 + image: registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.13 command: - "/bin/sh" - "-c"