helm chart repo
helm repo add featurefm 'https://raw.githubusercontent.com/listnplay/charts/master/'
helm repo update
install package with helm, e.g.:
helm install --name druid featurefm/druid -f values.yaml
see this blog post
for more details (although we use a public repo).
Package and reindex with:
cd charts
helm package druid
helm repo index .
helm repo update
to grab latest changes