Commit edd56cc0 authored by Dawn Chen's avatar Dawn Chen

Using right pause image in container_probe test

parent e929977f
...@@ -120,7 +120,7 @@ func makePodSpec(readinessProbe, livenessProbe *api.Probe) *api.Pod { ...@@ -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",
}, },
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment