Skip to content
Snippets Groups Projects
Unverified Commit 46a607f1 authored by OpenShift Merge Robot's avatar OpenShift Merge Robot Committed by GitHub
Browse files

Merge pull request #975 from shiftstack/mapo-art-image

Bug 2033390: connect real MAPO images
parents 624d1a8a b6043a7c
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ data:
"clusterAPIControllerAWS": "registry.svc.ci.openshift.org/openshift:aws-machine-controllers",
"clusterAPIControllerAlibaba": "registry.svc.ci.openshift.org/openshift:alibaba-machine-controllers",
"clusterAPIControllerOpenStack": "registry.svc.ci.openshift.org/openshift:openstack-machine-controllers",
"clusterAPIControllerMAPO": "quay.io/shiftstack/machine-api-provider-openstack:latest",
"clusterAPIControllerMAPO": "quay.io/openshift/origin-machine-api-provider-openstack",
"clusterAPIControllerLibvirt": "registry.svc.ci.openshift.org/openshift:libvirt-machine-controllers",
"clusterAPIControllerBareMetal": "registry.svc.ci.openshift.org/openshift:baremetal-machine-controllers",
"clusterAPIControllerAzure": "registry.svc.ci.openshift.org/openshift:azure-machine-controllers",
......
......@@ -12,7 +12,7 @@ var (
expectedAlibabaImage = "docker.io/openshift/origin-alibaba-machine-controllers:v4.0.0"
expectedLibvirtImage = "docker.io/openshift/origin-libvirt-machine-controllers:v4.0.0"
expectedOpenstackImage = "docker.io/openshift/origin-openstack-machine-controllers:v4.0.0"
expectedMAPOImage = "quay.io/shiftstack/machine-api-provider-openstack:latest"
expectedMAPOImage = "quay.io/openshift/origin-machine-api-provider-openstack:v4.0.0"
expectedMachineAPIOperatorImage = "docker.io/openshift/origin-machine-api-operator:v4.0.0"
expectedKubeRBACProxyImage = "docker.io/openshift/origin-kube-rbac-proxy:v4.0.0"
expectedBareMetalImage = "quay.io/openshift/origin-baremetal-machine-controllers:v4.0.0"
......
......@@ -2,7 +2,7 @@
"clusterAPIControllerAWS": "docker.io/openshift/origin-aws-machine-controllers:v4.0.0",
"clusterAPIControllerAlibaba": "docker.io/openshift/origin-alibaba-machine-controllers:v4.0.0",
"clusterAPIControllerOpenStack": "docker.io/openshift/origin-openstack-machine-controllers:v4.0.0",
"clusterAPIControllerMAPO": "quay.io/shiftstack/machine-api-provider-openstack:latest",
"clusterAPIControllerMAPO": "quay.io/openshift/origin-machine-api-provider-openstack:v4.0.0",
"clusterAPIControllerLibvirt": "docker.io/openshift/origin-libvirt-machine-controllers:v4.0.0",
"machineAPIOperator": "docker.io/openshift/origin-machine-api-operator:v4.0.0",
"clusterAPIControllerBareMetal": "quay.io/openshift/origin-baremetal-machine-controllers:v4.0.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment