Description of problem: serverless-operator packagemanifests is not available in Red Hat Operators by default, also we can't find the bundle image for serverless-operator in brew Version-Release number of selected component (if applicable): 4.6.0-0.nightly-2020-08-17-212631 How reproducible: Always Steps to Reproduce: 1. check packagemanifests # oc get packagemanifests | grep serverless 2. search in brew https://brewweb.engineering.redhat.com/brew/search?terms=serverless-operator&type=package&match=regexp Actual results: 1. # oc get packagemanifests | grep serverless nothing returned 2. no search results found. Expected results: 1-2. serverless-operator should be ready in brew and QE can mirror to continue our testing Additional info: in previous version of OCP, we can see # oc get packagemanifests | grep serverless serverless-operator Red Hat Operators 3h34m
This is expected due to the deprecation of appregistry-based operator catalogs beginning with OpenShift 4.6. The team that maintains the operator in question must complete a migration process to ensure that it is available by default in 4.6 clusters. Due to the volume of questions, my team is assembling a FAQ to explain what is happening and help direct further questions.
Thanks for the details