@hashgraph/solo
    Preparing search index...

    Per-component migration configuration containing the default strategy and all known version boundaries.

    interface ComponentUpgradeMigrationConfig {
        boundaries: ComponentUpgradeBoundaryRule[];
        defaultExtraCommandArgs?: string[];
        defaultStrategy: ComponentUpgradeMigrationStrategy;
    }
    Index

    Properties

    Ordered list of version boundaries. Each one marks a version that may require a different strategy when crossed.

    defaultExtraCommandArgs?: string[]

    Extra Helm CLI arguments applied to all steps that use the default strategy.

    The strategy used when no boundaries are crossed (or for the final segment after the last boundary). Typically 'in-place'.