-
Task
-
Resolution: Done
-
Blocker
-
None
-
None
-
Quality / Stability / Reliability
-
0.42
-
False
-
-
False
-
None
-
None
Missing CNV FBC entries on production redhat-operator-index
I got a report that our FBC v4.20 catalog is missing all the v4.20 versions, which I actually checked its indeed true
❯ oc image extract --confirm registry.redhat.io/redhat/redhat-operator-index:v4.20 --path configs/kubevirt-hyperconverged/catalog.json:.
❯ cat catalog.json | grep '4.20'
❯ cat catalog.json | grep '4.19'
❯ cat catalog.json | grep '4.18'
"name": "kubevirt-hyperconverged-operator.v4.18.28"
"name": "kubevirt-hyperconverged-operator.v4.18.28",
"version": "4.18.28"On our side, we didn't do any deploy to do that, even more, the fbc-target-index-pruning-check would've actually prevented us to do that.