microcks / microcks-ansible-operator

Kubernetes Operator for easy setup and management of Microcks installs
Apache License 2.0
24 stars 5 forks source link

Allow operator to work with internal registry #77

Closed lbroudoux closed 1 year ago

lbroudoux commented 2 years ago

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>.