mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-20 09:05:26 +00:00
Migrate the e2e provisioner container image to a different location.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
454e8e6e92
commit
daa19ef44c
@ -1159,7 +1159,7 @@ func startGlusterDpServerPod(c clientset.Interface, ns string) *v1.Pod {
|
|||||||
Containers: []v1.Container{
|
Containers: []v1.Container{
|
||||||
{
|
{
|
||||||
Name: "glusterdynamic-provisioner",
|
Name: "glusterdynamic-provisioner",
|
||||||
Image: "docker.io/humblec/glusterdynamic-provisioner:v1.0",
|
Image: "docker.io/gluster/glusterdynamic-provisioner:v1.0",
|
||||||
Args: []string{
|
Args: []string{
|
||||||
"-config=" + "/etc/heketi/heketi.json",
|
"-config=" + "/etc/heketi/heketi.json",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user