nginx-ingress-helm-operator icon indicating copy to clipboard operation
nginx-ingress-helm-operator copied to clipboard

Operator - Image registry consolidation

Open danielnginx opened this issue 1 year ago • 3 comments

Review all the container registries that we use in the operator project and consolidate them to use Quay when possible.

Examples:

https://github.com/nginxinc/nginx-ingress-helm-operator/blob/61bf1f33815676ee9a14fef37196c12e9c099e7e/bundle/manifests/nginx-ingress-operator.clusterserviceversion.yaml#L418

https://github.com/nginxinc/nginx-ingress-helm-operator/blob/61bf1f33815676ee9a14fef37196c12e9c099e7e/config/default/manager_auth_proxy_patch.yaml#L34

Related issue, https://github.com/nginxinc/nginx-ingress-helm-operator/issues/336, was closed by issuer as "self resolved. the changes persisted."

### Tasks
- [ ] https://github.com/nginxinc/nginx-ingress-helm-operator/issues/348

danielnginx avatar Apr 08 '24 09:04 danielnginx

The ask from the customer is to use trusted F5 NGINX container registries. The goal is that the operator is easy for customers that are offline.
And the installation of the operator cannot dynamically pull from registries because of corporate security policy. In this case each image registry needs to be expressly trusted and approved by the security team.

brianehlert avatar Apr 08 '24 21:04 brianehlert

To add to this, is there a way to point to a private registry that is hosting the necessary images for the operator? I am having to host the kube-rbac-proxy image in our private repo and everywhere I change it, the operator reverts to the gcr.io registry.

blediagolli avatar Jul 15 '24 14:07 blediagolli

related: https://github.com/nginxinc/nginx-ingress-helm-operator/issues/336

vepatel avatar Jul 23 '24 10:07 vepatel

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Oct 29 '24 01:10 github-actions[bot]