dynamo/deploy/helm
Schwinn Saereesitthipitak d54af4f8cf
chore: restrict Dynamo Snapshot to x86_64, document backend support (#7031)
2026-03-09 14:14:39 -07:00
..
charts chore: restrict Dynamo Snapshot to x86_64, document backend support (#7031) 2026-03-09 14:14:39 -07:00
README.md feat: simplify CRD management (#6466) 2026-02-23 19:18:13 -07:00

README.md

Dynamo Kubernetes Helm Charts

The following Helm chart is available for the Dynamo Kubernetes Platform:

  • platform - This chart installs the complete Dynamo Kubernetes Platform, including the Dynamo Operator, NATS, etcd, Grove, and Kai Scheduler.

CRD Management

CRDs are bundled in the operator subchart's crds/ directory and managed automatically:

  • Initial install: Helm natively installs CRDs from the crds/ directory during helm install.
  • Upgrades: A pre-upgrade hook Job applies CRDs using server-side apply from the operator image. This is necessary because Helm does not update CRDs from the crds/ directory on helm upgrade. This can be disabled by setting upgradeCRD: false.