Bump nfs server image tag in pv e2e

This commit is contained in:
Matthew Wong 2016-08-26 12:31:37 -04:00
parent a9c6f873f4
commit 3cde3c5e88

View File

@ -415,7 +415,7 @@ var _ = framework.KubeDescribe("PersistentVolumes", func() {
NFSconfig = VolumeTestConfig{ NFSconfig = VolumeTestConfig{
namespace: api.NamespaceDefault, namespace: api.NamespaceDefault,
prefix: "nfs", prefix: "nfs",
serverImage: "gcr.io/google_containers/volume-nfs:0.6", serverImage: "gcr.io/google_containers/volume-nfs:0.7",
serverPorts: []int{2049}, serverPorts: []int{2049},
serverArgs: []string{"-G", "777", "/exports"}, serverArgs: []string{"-G", "777", "/exports"},
} }