mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Merge pull request #82115 from humblec/dp-e2e-image
Migrate the e2e provisioner container image to a different location.
This commit is contained in:
commit
263e871aa3
@ -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