diff --git a/zammad/Chart.yaml b/zammad/Chart.yaml index c23c730c..b2759d5e 100644 --- a/zammad/Chart.yaml +++ b/zammad/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: zammad -version: 10.3.1 +version: 10.3.2 appVersion: 6.2.0-1 description: Zammad is a web based open source helpdesk/customer support system with many features to manage customer communication via several channels like telephone, facebook, twitter, chat and e-mails. home: https://zammad.org diff --git a/zammad/templates/statefulset.yaml b/zammad/templates/statefulset.yaml index 014238cf..064b1a38 100644 --- a/zammad/templates/statefulset.yaml +++ b/zammad/templates/statefulset.yaml @@ -331,6 +331,8 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} volumeMounts: + - name: {{ template "zammad.fullname" . }}-tmp + mountPath: /tmp - name: {{ template "zammad.fullname" . }}-tmp mountPath: /opt/zammad/tmp - name: {{ template "zammad.fullname" . }}-var @@ -377,6 +379,8 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} volumeMounts: + - name: {{ template "zammad.fullname" . }}-tmp + mountPath: /tmp - name: {{ template "zammad.fullname" . }}-tmp mountPath: /opt/zammad/tmp - name: {{ template "zammad.fullname" . }}-var @@ -438,6 +442,8 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} volumeMounts: + - name: {{ template "zammad.fullname" . }}-tmp + mountPath: /tmp - name: {{ template "zammad.fullname" . }}-tmp mountPath: /opt/zammad/tmp - name: {{ template "zammad.fullname" . }}-var