nginxinc/nginx-ingress-helm-operator

Operator - Image registry consolidation

danielnginx opened this issue · 3 comments

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

Examples:

image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.1

Related issue, #336, was closed by issuer as "self resolved. the changes persisted."

Tasks

  1. jjngx pdabelf5

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.

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.

related: #336