nginxinc / nginx-ingress-helm-operator

NGINX Ingress Operator for NGINX and NGINX Plus Ingress Controllers. Based on the Helm chart for NGINX Ingress Controller - https://github.com/nginxinc/helm-charts
Apache License 2.0
35 stars 20 forks source link

Add ability to specify private repositories for images for disconnected install #336

Closed blediagolli closed 2 months ago

blediagolli commented 2 months ago

Customer wants to install this operator in disconnected OpenShift. All image registries point to either gcr.io or quay.io.

Would like the ability to override the image registry location for all images used by the operator to point to private registry.

I have tried updating the csv under 'related images' and the deployment itself but the image registries revert to the defaults.

blediagolli commented 2 months ago

self resolved. the changes persisted.