Bump up npd version to v0.4.1

This commit is contained in:
Ajit Kumar
2017-06-21 17:01:25 -07:00
parent d86c267112
commit caff16c678
6 changed files with 12 additions and 11 deletions

View File

@@ -45,7 +45,7 @@ var _ = framework.KubeDescribe("NodeProblemDetector", func() {
pollInterval = 1 * time.Second
pollConsistent = 5 * time.Second
pollTimeout = 1 * time.Minute
image = "gcr.io/google_containers/node-problem-detector:v0.4.0"
image = "gcr.io/google_containers/node-problem-detector:v0.4.1"
)
f := framework.NewDefaultFramework("node-problem-detector")
var c clientset.Interface