Commit 112f1d84 authored by Paul Morie's avatar Paul Morie

Update image versions in emptyDir e2e

parent ca6fe972
...@@ -29,8 +29,8 @@ import ( ...@@ -29,8 +29,8 @@ import (
) )
const ( const (
testImageRootUid = "gcr.io/google_containers/mounttest:0.4" testImageRootUid = "gcr.io/google_containers/mounttest:0.5"
testImageNonRootUid = "gcr.io/google_containers/mounttest-user:0.2" testImageNonRootUid = "gcr.io/google_containers/mounttest-user:0.3"
) )
var _ = Describe("EmptyDir volumes", func() { var _ = Describe("EmptyDir volumes", func() {
......
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