1. Go to `charts/timescaledb-single`
2. Update version in `Chart.yaml`
3. Go to `charts/repo`
4. Create package with `helm package ../timescaledb-single`
5. Update repo index with `helm repo index .`
6. Commit your changes and create a release PR for review
After this PR is merged repository will need to be tagged.
As in title.
This PR was done by executing:
After this PR is merged repository will need to be tagged.
Release process wa the same as in https://github.com/timescale/timescaledb-kubernetes/pull/375.