operator-framework / combo

Apache License 2.0
8 stars 15 forks source link

Add initial support for deploying combo through OLM's packaging format #71

Closed timflannagan closed 2 years ago

timflannagan commented 2 years ago

Introduce the registry+v1 bundle format manifests that are needed in order to deploy an individual version of the combo-operator through OLM's package format.

Utilize the file-based catalog's format for declarative managing catalogs to help test out any UX challenges around the FBC format.

Add CI checks to ensure that any bundle/catalogs pass static validation using the opm validate command, and investigate the usage of Joe's opm-validate github action.

tylerslaton commented 2 years ago

Marking this as done as it is:

  1. Fairly old
  2. Already supported for RukPak which is probably the future of this project.