The manage-help-repos manifest [1] lacks cluster profile annotations [2]. Checking fc.2: $ oc adm release extract --to manifests quay.io/openshift-release-dev/ocp-release:4.8.0-fc.2-x86_64 $ for X in manifests/*.yaml; do ENTRIES="$(yaml2json < "${X}" | jq -r '.[].metadata | select((.annotations // {}) | keys | tostring | contains("include.release.openshift.io/") | not) | .namespace + " " + .name + " " + (.annotations | tostring)')"; if test -n "${ENTRIES}"; then echo "${X}"; echo "${ENTRIES}"; fi done ... manifests/0000_50_console-operator_manage-helm-repos.yaml manage-helm-repos null ... Without profile annotations, the manifest will not be pushed into clusters, and any functionality which depends on it will be broken. You probably want to add at least one cluster-profile annotation or drop the manifest altogether. [1]: https://github.com/openshift/console-operator/blob/3284b03c5ad93acce12871a74395aceaa7d05abb/quickstarts/manage-helm-repos.yaml#L4 [2]: https://github.com/openshift/enhancements/blob/0e2f2474ee858350c4dec0033439036426a5663d/enhancements/update/cluster-profiles.md
Created attachment 1782202 [details] the helm repos with annotations version: 4.8.0-0.nightly-2021-05-11-082318 steps to verify: $ oc adm release extract --to manifests registry.ci.openshift.org/ocp/release:4.8.0-0.nightly-2021-05-11-082318 now the manifests/0000_50_console-operator_manage-helm-repos.yaml contains the annotations metadata: name: manage-helm-repos annotations: include.release.openshift.io/ibm-cloud-managed: 'true' include.release.openshift.io/self-managed-high-availability: 'true' include.release.openshift.io/single-node-developer: 'true' attached screen shot
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 (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), 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/RHSA-2021:2438