This repo contains the public helm charts of the company. Create a chart in the charts folder so they are publicly available as a helm chart to be installed via helm, gitops or terraform.
This hook will prevent commits that fail helm lint.
make git/install-pre-commit-hook
cd charts; helm create *chart_name*
- Modify the
version:
value inCharts.yaml
. - Commit the change and merge to master.
- The github actions will make a new tag and release for any charts with a detected change.
The changes will appear in the
gh-pages
branch. Any chart will also have a archive created for it and added as an artificat to a github release.
The helm repository is located at https://uptick.github.io/helm-charts/ .
To add the repo: helm repo add uptick https://uptick.github.io/helm-charts/
To search the repo helm search repo uptick --devel
(devel is neccessary for any pre v1 chart)
To see available charts visit https://uptick.github.io/helm-charts/index.yaml