In order to fully work on disconnected clusters with an internal registry, the MicrocksInstall custom resource should allow the specification of a registry url.
If specified, we'll build image name from {registry}/microcks/<component>:<version> otherwise the default will still be quay.io/microcks/<component>:<version>.
In order to fully work on disconnected clusters with an internal registry, the
MicrocksInstall
custom resource should allow the specification of a registry url.If specified, we'll build image name from
{registry}/microcks/<component>:<version>
otherwise the default will still bequay.io/microcks/<component>:<version>
.