This is a collection of helm charts published by Skookum.
helm repo add skookum "https://charts.cloud.skookum.com"
First, create a new chart directory:
cd charts
helm create <chart-name>
Then modify publish.yaml
to include the name of your new chart.
Whenever a chart is modified, you will also need to bump its version
key in Chart.yaml. Changes to the master
branch are automatically published to the Skookum chart repository.