Update npd from v0.8.19 to v0.8.20

Signed-off-by: bzsuni <bingzhe.sun@daocloud.io>
This commit is contained in:
bzsuni
2024-10-17 13:49:51 +08:00
parent d67e6545b1
commit 6d0b62a84d
5 changed files with 10 additions and 10 deletions

View File

@@ -99,7 +99,7 @@ func isRunningOnArm64() bool {
}
func getNodeProblemDetectorImage() string {
const defaultImage string = "registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.19"
const defaultImage string = "registry.k8s.io/node-problem-detector/node-problem-detector:v0.8.20"
image := os.Getenv("NODE_PROBLEM_DETECTOR_IMAGE")
if image == "" {
image = defaultImage