diff --git a/ci-operator/config/openshift/installer/openshift-installer-master.yaml b/ci-operator/config/openshift/installer/openshift-installer-master.yaml index 9ea94e07d5406..c1f56598d3938 100644 --- a/ci-operator/config/openshift/installer/openshift-installer-master.yaml +++ b/ci-operator/config/openshift/installer/openshift-installer-master.yaml @@ -51,6 +51,14 @@ images: - build paths: null to: openstack-installer +- dockerfile_path: images/baremetal/Dockerfile.ci + from: base + inputs: + root: + as: + - build + paths: null + to: baremetal-installer promotion: name: "4.2" namespace: ocp @@ -85,6 +93,12 @@ resources: requests: cpu: "3" memory: 5Gi + baremetal-installer: + limits: + memory: 9Gi + requests: + cpu: "3" + memory: 5Gi unit: limits: memory: 9Gi