cloudnative-pg / charts

CloudNativePG Helm Charts
Apache License 2.0
137 stars 62 forks source link

feat(cluster): Add support for TimescaleDB #297

Open itay-grudev opened 1 month ago

itay-grudev commented 1 month ago

After the following PRs get merged in the official TimescaleDB's HA docker container:

and with the introduction of the ImageCatalog feature it's now possible to run TimescaleDB in CloudNativePG.

There is some code for that already added in the chart, but there are a lot of crucial components missing.

Depends on:

276