Closed joelanford closed 1 year ago
Sounds good! I think this also solves this todo:
But instead of converting declcfg into CRDs as initially suggested in TODO we operate on declcfg everywhere.
Sorry, I misunderstood it at first. This ticket only aims at making CatalogMetadata
available to operator-controller which was already done in https://github.com/operator-framework/operator-controller/pull/339 / https://github.com/operator-framework/operator-controller/pull/336.
To solve the todo mentioned above I created #342.
I think we can close this issue.
While we wait for https://github.com/operator-framework/catalogd/issues/139, I propose that we start using catalogd's
CatalogMetadata
API instead of itsBundleMetadata
andPackage
APIs.The
CatalogMetadata
API contains (almost) all of the FBC that the eventual catalogd file server will, so it is a good step forward, and is something that folks implementing some of the existing RFCs can use right now. This will ease an eventual migration to the catalogd file server.Catalogd
main
branch currently hasCatalogMetadata
APIs enabled. We just need to ask catalogd maintainers to cut a release and bump our dependency on it.