timescale / helm-charts

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

Helm Chart support #638

Open zivyankelevitz opened 6 months ago

zivyankelevitz commented 6 months ago

Hi, i see that the helm chart for timescale single has was last updated 9 months ago for example, i see that the image pointed by the values.yaml is very old: repository: timescale/timescaledb-ha tag: pg14.6-ts2.9.1-p1

is this helm chart goind to be maintained, added features, etc?

theasp commented 5 months ago

Has anyone tried using the timescale bitnami image variants with the bitnami postgres chart? i.e. this image timescale/timescaledb:latest-pg16-bitnami with this chart https://github.com/bitnami/charts/tree/main/bitnami/postgresql.

MSandro commented 5 months ago

@theasp you have to use timescaledb-ha image. I've tried the other one but it did not work.

in my values.yaml I have configured timescale/timescaledb-ha:pg16.1-ts2.13.0 without any problems. it is now running fine since 4 weeks.