Skip to content

crate/helm-charts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

helm-charts

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>.

Usage

helm repo add crate https://crate.github.io/helm-charts
helm install <chart name>

See Helm docs for further usage.

Maintainers

To package charts:

make package

To update helm repository:

make repo