Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 627 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 627 Bytes

Helm Charts

This is a collection of helm charts published by Skookum.

Getting Started

helm repo add skookum "https://charts.cloud.skookum.com"

Creating a Chart

First, create a new chart directory:

cd charts
helm create <chart-name>

Then modify publish.yaml to include the name of your new chart.

Publishing Chart Updates

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.