Skip to content

Commit fd0603b

Browse files
Ruclonunnatsa
andauthored
Update README.md
Co-authored-by: Nahshon Unna Tsameret <[email protected]> Signed-off-by: Michal Vavrinec <[email protected]>
1 parent 93ab1f5 commit fd0603b

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4545
export 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
5355
export KUBEVIRT_OPERATOR_IMAGE=<your-image-reference>

0 commit comments

Comments
 (0)