File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,13 @@ To build a custom bundle and index image, with [opm](https://docs.redhat.com/en/
4343``` bash
4444# Set your image repository
4545export REGISTRY_NAMESPACE=< your-org>
46- export IMG_TAG =< your-tag>
46+ export IMAGE_TAG =< your-tag>
4747
48- export HCO_OPERATOR_IMAGE=" quay.io/$REGISTRY_NAMESPACE /hyperconverged-cluster-operator:$IMG_TAG "
49- export HCO_WEBHOOK_IMAGE=" quay.io/$REGISTRY_NAMESPACE /hyperconverged-cluster-webhook:$IMG_TAG "
50- export HCO_DOWNLOADS_IMAGE=" quay.io/$REGISTRY_NAMESPACE /virt-artifacts-server:$IMG_TAG "
48+ make build-push-multi-arch-operator-image build-push-multi-arch-webhook-image build-push-multi-arch-artifacts-server
49+
50+ export HCO_OPERATOR_IMAGE=" quay.io/${REGISTRY_NAMESPACE} /hyperconverged-cluster-operator:${IMAGE_TAG} "
51+ export HCO_WEBHOOK_IMAGE=" quay.io/${REGISTRY_NAMESPACE} /hyperconverged-cluster-webhook:${IMAGE_TAG} "
52+ export HCO_DOWNLOADS_IMAGE=" quay.io/${REGISTRY_NAMESPACE} /virt-artifacts-server:${IMAGE_TAG} "
5153
5254# Set your custom operator images
5355export KUBEVIRT_OPERATOR_IMAGE=< your-image-reference>
You can’t perform that action at this time.
0 commit comments