- Update the
Chart.yaml
file with the new version. - Package the new chart.
helm package <chart>
- Next move the
tgz
file to thedocs/
directory.
Now we need to update the charts index file by running:
helm repo index docs --url https://rojandinc.github.io/helm-charts
- Commit and push the changes.