Skip to content

FBC formulary needs basic template updates #334

@grokspawn

Description

@grokspawn

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions