DIGIT Community Kubernetes Helm Charts
License
Apache 2.0
Helm
v3
Total Charts
...
Modules
...
Production-ready Helm charts for the DIGIT platform, organized into independently versioned modules. Each chart can be deployed standalone or as part of the full DIGIT stack.
Loading modules...
Quick Navigation
Loading...
Loading charts...
Usage
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repos as follows:
Loading...
You can then run helm search repo digit-<module> to see the available charts.
Installing a chart
helm install my-release digit-<module>/<chart-name> -n <namespace> -f values.yaml
Updating dependencies
Most service charts depend on the common library chart. Build dependencies before installing:
cd charts/<module>/<chart-name>
helm dependency build
Contributing
We'd love to have you contribute! Please refer to our contribution guidelines for details.