The operator hardcodes container image registries (e.g. docker.io for Valkey/Redis images), making it impossible to use private mirrors or alternative registries without modifying the source.
An imageRegistry field in the CR spec would allow overriding the registry for all images managed by the operator.
The operator hardcodes container image registries (e.g.
docker.iofor Valkey/Redis images), making it impossible to use private mirrors or alternative registries without modifying the source.An
imageRegistryfield in the CR spec would allow overriding the registry for all images managed by the operator.