Revert "bump npd to v0.8.14"

This reverts commit 7b44d73f73.
This commit is contained in:
Todd Neal
2023-09-05 20:28:53 -05:00
parent 8e2b12a220
commit 355ae44a3c
4 changed files with 4 additions and 4 deletions

View File

@@ -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