mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 20:17:41 +00:00
Bump nfs server image tag in pv e2e
This commit is contained in:
parent
a9c6f873f4
commit
3cde3c5e88
@ -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"},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user