Using right pause image in container_probe test

This commit is contained in:
Dawn Chen 2015-10-12 17:00:09 -07:00
parent e929977ff3
commit edd56cc00e

View File

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