-
Bug
-
Resolution: Done
-
Normal
-
Logging 6.3.0
-
Quality / Stability / Reliability
-
1
-
False
-
-
False
-
NEW
-
NEW
-
Release Note Not Required
-
-
-
Log Collection - Sprint 273
-
Moderate
Description of problem:
`olm.skipRange` is set to `'>=6.0.0-0 <6.3.0'` in csv/cluster-logging.v6.3.0:
$ oc get csv cluster-logging.v6.3.0 -oyaml |grep skip
olm.skipRange: '>=6.0.0-0 <6.3.0'
In the index image, it's `olm.skipRange: '>=6.1.0-0 <6.3.0'`
$ opm alpha list bundles registry-proxy.engineering.redhat.com/rh-osbs/iib:1003781 cluster-logging | grep stable-6.3
cluster-logging stable-6.3 cluster-logging.v6.3.0 >=6.1.0-0 <6.3.0 registry.redhat.io/openshift-logging/cluster-logging-operator-bundle@sha256:c6016b46a85993e5092c8e6b467316886e10605bfbde4b4851da22f387614ac8
Version-Release number of selected component (if applicable):
Index image: registry-proxy.engineering.redhat.com/rh-osbs/iib:1003781
How reproducible:
Steps to Reproduce:
- ...
Actual results:
Expected results:
`olm.skipRange` should be `'>=6.1.0-0 <6.3.0'` in csv/cluster-logging.v6.3.0
Additional info:
- links to