-
Notifications
You must be signed in to change notification settings - Fork 83
Closed
Description
With the creation of a formal schema for the basic catalog template, the doc statement
Since FBC and the basic catalog template (basic template) both represent the upgrade graph in the set of olm.channel objects, instructions for FBC will also be applicable to the basic template.
no longer applies. We need to add new examples which work for the basic catalog template as well.
For e.g. to add a new 'replaces' edge to an existing channel graph, it must negotiate the top-level schema:
yq eval 'select(.schema == "olm.template.basic").entries[] |= select(.schema == "olm.channel" and .name == "stable").entries += [{"name" : "testoperator.v0.2.1", "replaces": "testoperator.v0.2.0"}]' basic-template.yaml
Metadata
Metadata
Assignees
Labels
No labels