diff --git a/charts/timescaledb-single/Chart.yaml b/charts/timescaledb-single/Chart.yaml index 9dce0ac4..349171fa 100644 --- a/charts/timescaledb-single/Chart.yaml +++ b/charts/timescaledb-single/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v1 name: timescaledb-single description: 'TimescaleDB HA Deployment.' -version: 0.32.0 +version: 0.33.0 icon: https://cdn.iconscout.com/icon/free/png-256/timescaledb-1958407-1651618.png # appVersion specifies the version of the software, which can vary wildly, diff --git a/charts/timescaledb-single/templates/statefulset-timescaledb.yaml b/charts/timescaledb-single/templates/statefulset-timescaledb.yaml index 6c1bd68b..7e63437d 100644 --- a/charts/timescaledb-single/templates/statefulset-timescaledb.yaml +++ b/charts/timescaledb-single/templates/statefulset-timescaledb.yaml @@ -174,6 +174,8 @@ spec: # Where possible, we want to have lowercase usernames in PostgreSQL as more complex postgres usernames # requiring quoting to be done in certain contexts, which many tools do not do correctly, or even at all. # https://patroni.readthedocs.io/en/latest/ENVIRONMENT.html#bootstrap-configuration + - name: PATRONICTL_CONFIG_FILE + value: "/etc/timescaledb/patroni.yaml" - name: PATRONI_admin_OPTIONS value: createrole,createdb - name: PATRONI_REPLICATION_USERNAME