Description of problem:
When installing the MTV operator in a OCP 4.18 cluster using the release-v2.7 channel, the only version available is 2.7.2. With OCP <= 4.17 the latest version 2.7.11 is installed.
Version-Release number of selected component (if applicable):
OCP 4.18.1 MTV 2.7
How reproducible:
Always
Steps to Reproduce:
1. In OCP 4.18 cluster, install the MTV operator
Actual results:
mtv-operator.v2.7.2 is installed. No upgrades are available.
Expected results:
mtv-operator.v2.7.11 installed.
Additional info:
$ oc get packagemanifests mtv-operator -n openshift-mtv -o jsonpath='{range .status.channels[*]}{"VERSION: "}{.currentCSVDesc.version}{"\t"}{"CHANNEL: "}{.name}{"\n"}{end}' VERSION: 2.7.2 CHANNEL: release-v2.7