diff --git a/charts/openforms/Chart.yaml b/charts/openforms/Chart.yaml index 8c12ae9..cd6601b 100644 --- a/charts/openforms/Chart.yaml +++ b/charts/openforms/Chart.yaml @@ -3,7 +3,7 @@ name: openforms description: Snel en eenvoudig slimme formulieren bouwen en publiceren type: application -version: 1.6.0-beta.2 +version: 1.6.0-beta.3 appVersion: latest icon: https://open-forms.readthedocs.io/en/stable/_static/logo.svg diff --git a/charts/openforms/templates/job-config.yaml b/charts/openforms/templates/job-config.yaml index 3bff072..0def28c 100644 --- a/charts/openforms/templates/job-config.yaml +++ b/charts/openforms/templates/job-config.yaml @@ -65,7 +65,7 @@ spec: mountPath: /app/configuration/ readOnly: true {{- if .Values.extraVolumeMounts }} - {{- include "openforms.tplvalues.render" ( dict "value" .Values.extraVolumeMounts "context" $ ) | nindent 16 }} + {{- include "openforms.tplvalues.render" ( dict "value" .Values.extraVolumeMounts "context" $ ) | nindent 12 }} {{- end }} volumes: - name: media