Context
Currently, the component doesn't allow customizing the image registries for the container images used by the component. Being able to configure a different registry can be useful in cases where a registry mirror is required (e.g. to avoid dockerhub pull rate limits).
Alternatives
Deal with intermittent pods in ImagePullBackOff due to pull rate limits.