Merge pull request #82115 from humblec/dp-e2e-image

Migrate the e2e provisioner container image to a different location.
This commit is contained in:
Kubernetes Prow Robot 2019-08-30 09:39:54 -07:00 committed by GitHub
commit 263e871aa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1159,7 +1159,7 @@ func startGlusterDpServerPod(c clientset.Interface, ns string) *v1.Pod {
Containers: []v1.Container{
{
Name: "glusterdynamic-provisioner",
Image: "docker.io/humblec/glusterdynamic-provisioner:v1.0",
Image: "docker.io/gluster/glusterdynamic-provisioner:v1.0",
Args: []string{
"-config=" + "/etc/heketi/heketi.json",
},