Open
Description
Feature Request
Is your feature request related to a problem? Please describe.
We have a need to pin our operator releases to specific version of the base platform. At the moment, we can pin to kubernetes version, but what we really need is to pin to openshift version.
OLM is designed to work on kubernetes, and not just the openshift variant, so specifically adding a field for OpenShift is not a good option. Adding the ability to depend on a minimum OLM version would get us a step closer.
It would also help with situations where an operator is using a new bundle format, or feature in the bundle format, that requires a minimum OLM level.
Describe the solution you'd like
Similar to setting MinKubeVersion
, be able to set MinOlmVersion