github timescale/helm-charts v0.5.1
[v0.5.1] - 2020-01-21

latest releases: timescaledb-single-0.33.2, v0.13.2, v0.12.1...
pre-release4 years ago

NOTICE: When migrating from a < 0.5.x chart, the config Service needs to be removed before
invoking helm update, as the update will otherwise fail.

kubectl delete service/${RELEASE}-config
helm upgrade --install [...]

Added

  • Optionally tune PostgreSQL settings (e.g. shared_buffers, work_mem, max_wal_size) using timescaledb-tune
  • The charts are now also available in a Helm Repository

Changed

  • The Service for the primary is now also created and managed by Helm
  • Use TimescaleDB 1.6 as the default version

Fixed

  • Configuration changes in patroni.bootstrap.dcs now propagate to PostgreSQL servers, previously these settings
    were only read during bootstrap.
  • Patroni can now also use the endpoint in OpenShift
  • pgBackRest will not check its stanza on a replica
  • Default Backup Schedule is now set to 1 full a week and 6 incremental backups. (The previous definition mixed up
    day of month with day of week)

Don't miss a new helm-charts release

NewReleases is sending notifications on new releases.