Added
- New
agentic-platform-crdschart (helm/agentic-platform-crds/): a CRD-only umbrella that vendors the upstreamagentgateway-crds(v1.2.1) andmuster-crdssub-charts, shipping all five CRDs the platform’s CRs consume. Install it beforeagentic-platform; CRD and workload lifecycles are now decoupled (two releases in sequence, Flux/Argo-agnostic). The muster CRDs arehelm.sh/resource-policy: keep-protected viamuster-crds.crds.annotations. - Second CircleCI
architect/push-to-app-catalogjob (package-and-push-crds-chart) building and publishingagentic-platform-crdsalongsideagentic-platformon git tags.
Changed
- All CRDs moved out of
agentic-platforminto the newagentic-platform-crdschart.agentic-platformnow installs zero CRDs — it renders only the CRs (Gateway,AgentgatewayParameters, plus muster’s).helm template agentic-platformemitting anyCustomResourceDefinitionis a regression. muster.crds.installdefaulted tofalseinagentic-platformvalues, so the bundledmustersub-chart renders no CRDs (the currently pinned muster0.1.197still defaultscrds.install: true).Chart.yamldescription: CRDs now ship in the companionagentic-platform-crdschart.
Removed
agentgateway-crdssub-chart dependency (condition: agentgateway-crds.enabled) and theagentgateway-crds:values block fromagentic-platform. The CRDs are provided byagentic-platform-crds.