Bump nfs server image tag in pv e2e
This commit is contained in:
		@@ -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"},
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user