From 818151edc828725ede9b3cd952a55feef6746777 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 26 Jul 2019 17:04:32 -0400 Subject: [PATCH] use the openshift version of baremetal-operator image We build an image for the baremetal-operator out of the openshift fork of the repo. We should start using that to test, as a way to force ourselves to pull fixes from the upstream version of the operator into the openshift fork so we don't forget that step. --- operator_ironic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator_ironic.yaml b/operator_ironic.yaml index bef0842c6..c25bb2619 100644 --- a/operator_ironic.yaml +++ b/operator_ironic.yaml @@ -72,7 +72,7 @@ spec: key: provisioning_interface containers: - name: baremetal-operator - image: quay.io/metal3-io/baremetal-operator:master + image: quay.io/openshift-metal3/baremetal-operator:master ports: - containerPort: 60000 name: metrics