Cluster registry controller is built on the kubebuilder project.
If you make changes and would like to try your own version, create your own image:
make docker-build docker-push deploy IMG=<YOUR-REGISTRY>/cluster-registry-controller:<VERSION>
Watch the operator's logs with:
kubectl logs -f -n cluster-registry cluster-registry-controller-manager -c manager