Description of problem: The marketplace operator default catalogs need to use the v4.10 tags Version-Release number of selected component (if applicable): zhaoxia@xzha-mac openshift-tests-private % oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.10.0-0.nightly-2021-10-25-190146 True False 77m Cluster version is 4.10.0-0.nightly-2021-10-25-190146 How reproducible: always Steps to Reproduce: 1. check catsrc image zhaoxia@xzha-mac openshift-tests-private % oc get catsrc certified-operators -n openshift-marketplace -o=jsonpath='{.spec.image}' registry.redhat.io/redhat/certified-operator-index:v4.9% zhaoxia@xzha-mac openshift-tests-private % oc get catsrc community-operators -n openshift-marketplace -o=jsonpath='{.spec.image}' registry.redhat.io/redhat/community-operator-index:v4.9% zhaoxia@xzha-mac openshift-tests-private % oc get catsrc redhat-marketplace -n openshift-marketplace -o=jsonpath='{.spec.image}' registry.redhat.io/redhat/redhat-marketplace-index:v4.9% zhaoxia@xzha-mac openshift-tests-private % oc get catsrc redhat-operators -n openshift-marketplace -o=jsonpath='{.spec.image}' registry.redhat.io/redhat/redhat-operator-index:v4.9% 2. 3. Actual results: the tag is v4.9 Expected results: the tag is v4.10 Additional info:
*** This bug has been marked as a duplicate of bug 2034409 ***