Commit f2042833 authored by k8s-merge-robot's avatar k8s-merge-robot

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

Auto commit by PR queue bot
parents 4904a78b 112f1d84
......@@ -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() {
......
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