-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any plan to support other sourceType? #447
Comments
@zhhray some of these v0 semantics were born out of unavoidable circumstances that we're trying to avoid porting over to v1. What is your exact use case? Could you elaborate a little more on why it isn't enough to take your FBC, and pack that into a container image? |
Our requirement is that different operators can be managed and published separately, and we do not expect to store multiple operators in the same index image, because the iteration frequency of each operator version is different, and we do not want that when there is an operator version change, we'll have to rebuild an index image, which is not the expected behavior. |
I'm confident that users will be able to maintain their own custom catalog backend based on the FBC api, not just the index image. |
@zhhray there's no specific plan to add more source types, but the API design does leave that possibility open. There are a few things we're looking at doing to make your use case (which I think is actually extremely common) easier:
Proposals are definitely welcome! |
Is there any plan to support sourceType as
grpc
orhttps
like olm v0, by providingaddress
, to provide packages content to catalog?The text was updated successfully, but these errors were encountered: