Description of problem: The oauth-proxy image is used by various external products (e.g. OLM operators). Currently they must reference all their images using SHAs to ensure they can be mirrored for disconnected installs. However that means they must repackage their operator every time the SHA changes. It would be better if they can simply reference the current image via an imagestreamtag provided by OCP. We will introduce a new imagestreamtag that maps to the SHA from the OCP payload for the cluster and OLM components can reference that tag to ensure they are always getting the right image. Actual results: There is no oauth-proxy imagestreamtag in the openshift namespace Expected results: There will be an oauth-proxy imagestreamtag in the openshift namespace which resolves to the SHA of the oauth-proxy image from the cluster's payload.
reopening this since the PR that fixed it was reverted.
Fixed through https://github.com/openshift/cluster-samples-operator/pull/241.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409