diff --git a/incubator/timescale/Chart.yaml b/incubator/timescale/Chart.yaml index d45004d42..2c32384f1 100644 --- a/incubator/timescale/Chart.yaml +++ b/incubator/timescale/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v1 name: timescaledb-single description: 'TimescaleDB HA Deployment.' appVersion: 0.33.2 # Added to make linter happy -version: 0.33.3 +version: 0.33.4 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/incubator/timescale/templates/statefulset-timescaledb.yaml b/incubator/timescale/templates/statefulset-timescaledb.yaml index fd1cfc504..a70ef86ea 100644 --- a/incubator/timescale/templates/statefulset-timescaledb.yaml +++ b/incubator/timescale/templates/statefulset-timescaledb.yaml @@ -101,16 +101,16 @@ spec: # We choose shutdown here, especially as during the largest part of the shutdown # we can still serve clients. terminationGracePeriodSeconds: 600 + {{- with .Values.image.pullSecret }} + imagePullSecrets: + - name: {{ . }} + {{- end }} containers: - name: timescaledb securityContext: allowPrivilegeEscalation: false image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} - {{- with .Values.image.pullSecret }} - imagePullSecrets: - - name: {{ . }} - {{- end }} lifecycle: preStop: exec: