Important
This repository is deprecated and archived. Please consider using the CrateDB Kubernetes Operator as an alternative.
This is a community maintained repository containing a Helm chart for CrateDB for Artifact Hub.
Chart sources are in /src/<chart>, their packaged result in /docs/<chart>.
helm repo add crate https://crate.github.io/helm-charts
helm install <chart name>
See Helm docs for further usage.
To package charts:
make package
To update helm repository:
make repo