diff --git a/charts/tei/Chart.yaml b/charts/tei/Chart.yaml index 484315d2..14798986 100644 --- a/charts/tei/Chart.yaml +++ b/charts/tei/Chart.yaml @@ -6,7 +6,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.6.0 +version: 1.6.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/tei/templates/statefulset.yaml b/charts/tei/templates/statefulset.yaml index 5e495635..b81ed50e 100644 --- a/charts/tei/templates/statefulset.yaml +++ b/charts/tei/templates/statefulset.yaml @@ -56,13 +56,13 @@ spec: {{- toYaml .Values.resources | nindent 12 }} {{- if .Values.extraEnv }} env: - {{ toYaml .Values.extraEnv | indent 8 }} + {{- toYaml .Values.extraEnv | nindent 8 }} {{- end }} volumeMounts: - name: data-volume mountPath: {{ .Values.persistence.mountPath }} {{- if .Values.volumeMounts }} - {{ toYaml .Values.volumeMounts | indent 8 }} + {{- toYaml .Values.volumeMounts | nindent 8 }} {{- end }} volumes: {{- if not .Values.persistence.enabled }}