Merge pull request #120194 from bzsuni/bz/bump/npd

bump npd to v0.8.14
This commit is contained in:
Kubernetes Prow Robot
2023-08-31 20:52:30 -07:00
committed by GitHub
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.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