Bump up npd version to v0.4.0

This commit is contained in:
Random-Liu
2017-05-31 17:47:41 -07:00
parent cc568f6433
commit 1d3979190c
5 changed files with 9 additions and 9 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.3.0"
image = "gcr.io/google_containers/node-problem-detector:v0.4.0"
)
f := framework.NewDefaultFramework("node-problem-detector")
var c clientset.Interface