- Add or update a Helm chart: push your source code of Helm chart under
charts/<your chart>
- New release will be created by GitHub Actions (e.g. https://github.com/fnzv/helmcharts/releases/tag/example-0.1.0)
- Add this helm chart repo to your helm client configuration
helm repo add fnzv https://charts.sa.mi.it helm repo update
- Update repo and search
helm search repo fnzv NAME CHART VERSION APP VERSION DESCRIPTION fnzv/dump1090 0.2.7 A Helm chart for deploying dump1090 for ADB-S f... fnzv/example 0.1.0 1.16.0 A Helm chart for Kubernetes fnzv/fr24feeder 0.1.2 A Helm chart for deploying fr24feeder
- Install
helm install example fnzv/example
- Upgrade (optional)
helm upgrade example fnzv/example --set ingress=true
- Uninstall
helm uninstall example