You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: scope the k8s-aibom CRD guidance to the deployers that need it
Two statements in the component catalog contradicted the opt-in policy this
branch adds.
The health-and-readiness section still said the HelmRelease AICR generates for
Flux leaves spec.upgrade.crds unset. That is now false for exactly the
component that section describes: k8s-aibom is marked ownsCRDs, so its
generated HelmRelease sets CreateReplace and Flux applies the CRDs itself. The
paragraph now says so, and explains why the storage-version assertion is still
worth making on every deployer: it proves the deployed CRDs match the pinned
chart, not merely that some deployer was expected to update them.
The pre-upgrade CRD instruction was written as applying to every bundle
upgrade. It is now scoped to helm and helmfile, with a pointer to the deployer
table for the three that need no manual step.
Related: #2264
Signed-off-by: Mark Chmarny <mark@chmarny.com>
0 commit comments