Merge pull request #16738 from pmorie/fix-emptydir-e2e

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2015-11-04 20:53:26 -08:00
commit f204283359
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@ import (
)
const (
testImageRootUid = "gcr.io/google_containers/mounttest:0.4"
testImageNonRootUid = "gcr.io/google_containers/mounttest-user:0.2"
testImageRootUid = "gcr.io/google_containers/mounttest:0.5"
testImageNonRootUid = "gcr.io/google_containers/mounttest-user:0.3"
)
var _ = Describe("EmptyDir volumes", func() {