This repository contains public helm charts and will act as a repository server exposed on https://saksdirect.github.io/helm-charts
We host the raw charts in the master root and the packaged charts and index in the docs folder.
Install helm
To add a chart to the repository server:
- Add the chart to the root directory of this repository
- Run
./add-chart.sh - Commit, push and open a PR with the new chart, the updated index and the
.tgzpackage.
- Modify the file(s) in the selected chart.
- Bump the version in the relevant
Chart.yamlfile. For example if updating argocd, change the version inargocd/Chart.yaml. - Run
./add-chart.sh, supplying the name of the chart. For example./add-chart.sh argocd. - Add the new
.tgzfile generated in the docs folder to git. - Commit, push and open a PR with the new chart, the updated index and the
.tgzpackage.