Update mounttest container image version to 0.7 everywhere.

This commit is contained in:
Avesh Agarwal
2016-08-31 12:55:48 -04:00
parent 34f7345d27
commit 4ba39b4722
9 changed files with 15 additions and 17 deletions

View File

@@ -58,8 +58,6 @@ var ImageRegistry = map[int]string{
epTestImage: "gcr.io/google_containers/eptest:0.1",
hostExecImage: "gcr.io/google_containers/hostexec:1.2",
livenessImage: "gcr.io/google_containers/liveness:e2e",
mountTestImage5: "gcr.io/google_containers/mounttest:0.5",
mountTestImage6: "gcr.io/google_containers/mounttest:0.6",
mountTestImage7: "gcr.io/google_containers/mounttest:0.7",
mountTestUserImage: "gcr.io/google_containers/mounttest-user:0.3",
netExecImage: "gcr.io/google_containers/netexec:1.4",