helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Configuration and Documentation to run TimescaleDB in your Kubernetes cluster

Results 176 helm-charts issues
Sort by recently updated
recently updated
newest added

Changes: - updated values to support separate configs for access node and data node - updated admin guide to reflect the changes in config setup

Using a private repository was not possible before, so I added the imagePullSecrets to the StatefulSet. You can now define an existing secret from the same namespace. Example: ```yaml image:...

Hi, When setting up TimescaleDB Multinode, I get the following error when trying to connect from a Cluster IP `no pg_hba.conf entry for host "10.2.0.X", user "postgres", database "postgres", SSL...

area/timescaledb-multinode

### Issue So i've installed the single chart, version 0.10.0, and tested around with the credentials in different ways, everytime with the same result. The standby user doesn't get set...

bug
area/timescaledb-single

Hi, I am running some older TLS/SSL Certificates that were generated by older versions of this helm chart. I was wondering how I would go about upgrading them to newer...

question
area/timescaledb-single
Stale

After some time, timescale deployment stopped working with a `No space left on device` error. pgrest has been creating backups for about two months, then one day it apparently couldn't...

bug
area/timescaledb-single

**Describe the bug** I'm trying to follow this [page](https://docs.timescale.com/timescaledb/latest/how-to-guides/user-defined-actions/example-tiered-storage/#tiered-storage) to automate moving old data to different storage in Prometheus. But it is not working, I define the procedure and set...

We have following environment - Three-nodes cluster deployed using chart timescaledb-single - 0.10.0 in test environment - Kubernetes 1.22.3 - Storage is configured using local persistent volume. - Backup is...

bug
area/timescaledb-single

**Describe the bug** I'm using timescaledb-single chart with prometheus (+promscale) I'm trying to create a data retention policy following [this](https://docs.timescale.com/timescaledb/latest/how-to-guides/data-tiering/move-data/#examples) and [this](https://docs.timescale.com/timescaledb/latest/how-to-guides/user-defined-actions/example-tiered-storage/#tiered-storage) For testing pourpuses, I created a tablespace then...

bug
area/promscale
area/timescaledb-single
external

Hi, Sometimes I want a simple deployment without unnecessary complexity for my use case. Using helm charts for that is still useful. For example, Bitnami provides two flavours of PostgreSQL...