Using right pause image in container_probe test

pull/6/head
Dawn Chen 2015-10-12 17:00:09 -07:00
parent e929977ff3
commit edd56cc00e
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ func makePodSpec(readinessProbe, livenessProbe *api.Probe) *api.Pod {
ReadinessProbe: readinessProbe, ReadinessProbe: readinessProbe,
}, { }, {
Name: "test-noprobe", Name: "test-noprobe",
Image: "gcr.io/google_containers/pause", Image: "beta.gcr.io/google_containers/pause:2.0",
}, },
}, },
}, },