-
Task
-
Resolution: Done
-
Normal
-
None
-
None
-
3
-
False
-
None
-
False
-
WinC - Sprint 220
Description
In order to properly control operator version availability in the OperatorHub catalog on different OCP versions, we need to annotate our bundle image with specific OCP versions as per OpenShift docs. Otherwise, a WMCO release will be available on later OCP versions which is not intended (WMCO 5.0.0 available on OCP 4.11, for example).
Engineering Details
Currently we are only doing half of what's needed, setting the label in the bundle.Dockerfile. This ticket is to set the`com.redhat.openshift.versions` annotation in our `bundle/metadata/annotations.yaml`file.
Acceptance Criteria
- Bundle image is tagged with needed annotation.
- WMCO major version availability is properly tied in 1:1 mapping with OCP versions
- Backport is not needed