feat(fleet): harmony apply — deploy the published operator chart (minimal) #306
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/fleet-harmony-apply-min"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
FleetOperatorScore gains an Option field: None renders +
installs the chart from local source (dev/e2e, unchanged); Some installs
the published oci:////harmony-fleet-operator:
chart via the same HelmChartScore (the CD "harmony apply" path).
--operator-chart-versionselects it.Operator chart is namespace-neutral + carries an explicit chart_version,
so one published artifact installs into any namespace at a pinned tag.
Documents the decision in ADR-012-2.
Slim variant of feat/fleet-harmony-apply: a plain Option field + inline
branch instead of an OperatorChartSource enum + builder + chart_ref()
method + unit tests.