These charts are used to deploy Apica Ascent on Kubernetes.
When updating the chart version:
- Change the
versionvalue inapica-ascent/Chart.yaml. - Run
helm package apica-ascentfrom the top-level directory. This will generate a new tarball. - Run
helm repo index .from the top-level directory. This will updateindex.yamlso clients see the new version. - Open a pull request to get the changes merged.
- Once the PR is merged, create an annotated tag matching the release version
and push it.
git tag -a <semver> <commit-hash> -m "Release <semver>" git push origin <semver>