diff --git a/charts/timescaledb-single/Chart.yaml b/charts/timescaledb-single/Chart.yaml index e0379039..9426b345 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.10.0 +version: 0.10.1 # appVersion specifies the version of the software, which can vary wildly, # e.g. TimescaleDB 1.4.1 on PostgreSQL 11 or TimescaleDB 1.5.0 on PostgreSQL 12. # https://github.com/helm/helm/blob/master/docs/charts.md#the-appversion-field diff --git a/charts/timescaledb-single/templates/job-update-patroni.yaml b/charts/timescaledb-single/templates/job-update-patroni.yaml index f8260740..362f0d9b 100644 --- a/charts/timescaledb-single/templates/job-update-patroni.yaml +++ b/charts/timescaledb-single/templates/job-update-patroni.yaml @@ -37,6 +37,10 @@ spec: heritage: {{ .Release.Service }} spec: restartPolicy: OnFailure + {{- with .Values.tolerations }} + tolerations: +{{ toYaml . | indent 8 }} + {{- end }} containers: - name: {{ template "timescaledb.fullname" . }}-patch-patroni-config image: curlimages/curl