You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add File-Based Catalog support for both `run bundle` and `run bundle-upgrade` subcommands.
4
-
Infer the image type and handle FBC scenarios accordingly for both commands. For FBC images,
5
-
Operator Registry APIs are called for rendering the bundle and/or the index image and serving these images
6
-
through the registry pod using a gRPC port. For images that are SQLite based,
7
-
`opm registry add` and `opm serve` commands will be called during the registry pod creation.
8
-
Support for these old opm commands will be deprecated and completely removed in the future.
3
+
Add support for File-Based Catalog to the subcommands [operator-sdk run bundle](https://sdk.operatorframework.io/docs/cli/operator-sdk_run_bundle/#m-docsclioperator-sdk_run_bundle)
4
+
and [run bundle-upgrade](https://sdk.operatorframework.io/docs/cli/operator-sdk_run_bundle-upgrade/) so that
5
+
new indexes created by these subcommands are using the new format.
6
+
Users are able to pass in an index catalog with FBC format via the flag option `--index-image`.
0 commit comments