redhat-cop / namespace-configuration-operator

The namespace-configuration-operator helps keeping configurations related to Users, Groups and Namespaces aligned with one of more policies specified as a CRs
Apache License 2.0
204 stars 55 forks source link

OperatorHub Packaging - Support Disconnected Environment Deployment #69

Closed rguilme1 closed 3 years ago

rguilme1 commented 4 years ago

Please consider packaging the OperatorHub deployment of this operator to use the image sha256 digest notation instead of a version tag so that installations that are offline and utilize mirror registries will be able to deploy this operator and have the image pulled from the mirror for the quay.io registry. OCP does not support tags with mirror registries.

This is important for secure environments that do not have direct internet access and utilize OCP mirror registries.

bonkstok commented 3 years ago

We had / have the same issue. It would indeed be very nice if the hash is used rather than the tag (also what Red Hat suggests).

As a workaround you can edit the csv and change the image to for example your on-prem registry or use the hash there :)

raffaelespazzoli commented 3 years ago

closed by #116