timescale / helm-charts

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster
Apache License 2.0
264 stars 223 forks source link

timescaledb-single: release 0.13.1 #380

Closed paulfantom closed 2 years ago

paulfantom commented 2 years ago

As in title.

This PR was done by executing:

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.

Release process wa the same as in https://github.com/timescale/timescaledb-kubernetes/pull/375.