Description of problem:
servicemeshoperator minor version mismatch found in https://access.redhat.com/labs/ocpouic/?operator=mesh&&upgrade_path=4.10%20to%204.12
Version-Release number of selected component (if applicable):
How reproducible:
Follow below steps
Steps to Reproduce:
1. Check the servicemeshoperator operator available version using below command ~~~ oc mirror list operators --catalog=registry.redhat.io/redhat/redhat-operator-index:v4.12 --package servicemeshoperator --channel stable VERSIONS 2.3.3-0 2.4.1-0 2.4.3-0 2.1.2-0 2.1.3-0 2.2.1-0 2.3.2-0 2.4.2-0 2.0.8-0 2.1.0-0 2.3.1-0 2.4.4-0 2.2.0-0 2.2.2-0 2.3.0-0 2.4.0-0 2.4.5-0 2.1.1-0 2.2.3-0 ~~~ 2. While checking the same in the link https://access.redhat.com/labs/ocpouic/?operator=mesh&&upgrade_path=4.10%20to%204.12, we could see the "-0" missing from each versions. it will affect the users who are performing oc mirror by referencing version from above link and it will fail with below error ~~~ ERRO[0069] Operator servicemeshoperator was not found, please check name, minVersion, maxVersion, and channels in the config file. wrote mirroring manifests to oc-mirror-workspace/operators.1708321091/manifests-redhat-operator-index ~~~
Actual results:
A version mismatch found in https://access.redhat.com/labs/ocpouic/?operator=mesh&&upgrade_path=4.10%20to%204.12
Expected results:
Actual version should be visible in https://access.redhat.com/labs/ocpouic/?operator=mesh&&upgrade_path=4.10%20to%204.12
Additional info: