-
Bug
-
Resolution: Done
-
Blocker
-
Logging 6.3.3
-
Incidents & Support
-
False
-
-
False
-
NEW
-
VERIFIED
-
Release Note Not Required
-
-
Description of problem:
olm.maxOpenshiftVersion attribute is missing on operator CSV's when operators are deployed using the ART FBC images.
Version-Release number of selected component (if applicable): 6.3.3
How reproducible:
Always
Steps to Reproduce:
- Deploy CLO and Loki Operator v6.3.3 using ART FBC images
- Check for olm.maxOpenshiftVersion under operator CSV
Actual results:
Operator CSV does not contain this attribute
Expected results:
Operator CSV should contain these attributes because OpenShift will block any cluster upgrade if one (or more) of the operators installed in the cluster declares an olm.maxOpenShiftVersion property that is less than or equal to the current Y-stream version of the cluster. (Compatibility reasons)