Skip to content

Helm and Kind

  • Helm chart & Terraform modules. A canonical GKE-oriented Helm chart (charts/kube-agents/) and companion Terraform modules (terraform/modules/) live in main for versioned OCI and IaC deployments. Published artifacts (the OCI chart and ?ref=X.Y.Z module tags) only exist from the first X.Y.Z release tag onward — until then, install from a repository checkout or use the Quick start. A checkout install must override both image tags — the chart README is canonical for the exact --set flags and the appVersion-placeholder reason.
  • No Kind or local-cluster path. There is no kind workflow in the repository — the installer (./install.sh) and the Terraform composition it drives both target GKE. You need a real GKE cluster.

Check the repository’s charts/ tree for canonical Helm charts and terraform/modules/ for infrastructure modules.