charts
charts copied to clipboard
feat(cluster): Add support for TimescaleDB
After the following PRs get merged in the official TimescaleDB's HA docker container:
- timescale/timescaledb-docker-ha/pull/442
- timescale/timescaledb-docker-ha/pull/459
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