The pipelines should cross validate that the values in both of these fields target the same version of OpenShift. Examples below
The below should fail validation since OpenShift 4.6 is actually k8's 1.19.0
minKubeVersion: 1.20.0 and com.redhat.openshift.versions: 4.6
Since we are not validating both, operators are ending up in the catalog that OLM cannot deploy, making for a back customer/partner experience. The community repo pipelines do this validation, so maybe we can see where/how that is done.
The pipelines should cross validate that the values in both of these fields target the same version of OpenShift. Examples below
The below should fail validation since OpenShift
4.6is actually k8's1.19.0minKubeVersion: 1.20.0andcom.redhat.openshift.versions: 4.6Since we are not validating both, operators are ending up in the catalog that OLM cannot deploy, making for a back customer/partner experience. The
communityrepo pipelines do this validation, so maybe we can see where/how that is done.