- Update the
Chart.yamlfile with the new version. - Package the new chart.
helm package <chart>
- Next move the
tgzfile 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.