All components of Kamu Node are provided as OCI container images and Helm charts.

We are limiting the official support to these types of artifacts as the most widespread and interoperable distribution models for Kubernetes applications. Other types of distributions may be supported by the community.

Helm Charts

Latest Helm charts can be found in the ArtifactHub:

You can use ArtifactHub to explore the configuration parameters schema for each chart as well as the default values.

Helm Repository

To use our charts with Helm you will need to add our repository:

helm repo add kamu https://kamu-data.github.io/helm-charts
helm repo update

Source Code

Latest source code of all charts can be found in kamu-data/helm-charts GitHub repository.