Bug 2018031

Summary: The default catalogs need to use the v4.10 tags
Product: OpenShift Container Platform Reporter: xzha
Component: OLMAssignee: Kevin Rizza <krizza>
OLM sub component: OLM QA Contact: xzha
Status: CLOSED DUPLICATE Docs Contact:
Severity: high    
Priority: medium    
Version: 4.10   
Target Milestone: ---   
Target Release: 4.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-10-28 13:14:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description xzha 2021-10-28 03:21:02 UTC
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:

Comment 2 xzha 2022-01-19 08:59:14 UTC

*** This bug has been marked as a duplicate of bug 2034409 ***