Description of problem:
I'm trying to publish a file based catalog (FBC) fragment to use as a catalog source for the 1.4 operator-bundle builds.
This worked a few days ago but after some recent changes to the operator or bundle upstream, I now get this error:
+ opm alpha render-template basic catalogs/v4.14/catalog-template.json 2024/10/18 19:24:41 render reference "quay.io/rhdh/rhdh-operator-bundle@sha256:39aadedc61f0941af36fa46cbe9bda8c5259103c0fc0e13d3b52b5fa517271a4": error checking provided apis in bundle rhdh-operator.v1.4.0: couldn't find rhdh.redhat.com/v1alpha3/Backstage (backstages) in bundle. found: map[rhdh.redhat.com/v1alpha1/Backstage (backstages):{} rhdh.redhat.com/v1alpha2/Backstage (backstages):{}]
Steps to Reproduce
- checkout this project https://gitlab.cee.redhat.com/rhidp/rhdh
- then run:
bash -x ./build/scripts/renderCatalogs.sh -v 1.4.0 --next --clean
Actual results:
see error above. catalog.json is deleted and cannot be commited.
Expected results:
new catalog is rendered with RHDH 1.1-1.3 content, plus the latest 1.4.0 CI build added in
Reproducibility (Always/Intermittent/Only Once):
always