Skip to content

Commit

Permalink
fix persistence.enabled: false (#232)
Browse files Browse the repository at this point in the history
* fix persistence.enabled: false

* Update version

---------

Co-authored-by: André Bauer <monotek@users.noreply.github.com>
  • Loading branch information
pavels and monotek authored Nov 20, 2023
1 parent 3db0ffd commit 8ab0a07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion zammad/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: zammad
version: 10.0.4
version: 10.0.5
appVersion: 6.1.0-24
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
Expand Down
6 changes: 3 additions & 3 deletions zammad/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -451,9 +451,9 @@ spec:
persistentVolumeClaim:
claimName: {{ .Values.persistence.existingClaim | default (include "zammad.fullname" .) }}
{{- else if not .Values.persistence.enabled }}
- name: {{ template "zammad.fullname" . }}-var
emptyDir:
sizeLimit: {{ .Values.persistence.size | quote }}
- name: {{ template "zammad.fullname" . }}-var
emptyDir:
sizeLimit: {{ .Values.persistence.size | quote }}
{{- else if and .Values.persistence.enabled (not .Values.persistence.existingClaim) }}
volumeClaimTemplates:
- metadata:
Expand Down

0 comments on commit 8ab0a07

Please sign in to comment.