This chart releases automatically via CI on push to the main branch.
- Create a new release branch from main branch
git checkout -b <developer_name>/release_<version>
- Update the version in
chart.yamlin root folder with the version to be released. - Create the new release package.
helm package . - Update the index file
helm repo index --url https://transcend-io.github.io/helm-charts/ . - Push the branch after committing the changes
- Request for PR review.
- Once PR is merged by repo owner, a new version is published by Github Pages.