diff --git a/charts/mailu/Chart.yaml b/charts/mailu/Chart.yaml index 7567902f..14243b35 100644 --- a/charts/mailu/Chart.yaml +++ b/charts/mailu/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 # renovate: datasource=github-releases depName=Mailu/mailu appVersion: 2024.06.49 -version: 2.6.3 +version: 2.6.4 name: mailu description: This chart installs the Mailu mail system on Kubernetes home: https://mailu.io diff --git a/charts/mailu/templates/dovecot/pvc.yaml b/charts/mailu/templates/dovecot/pvc.yaml index 4e13dc17..815db074 100644 --- a/charts/mailu/templates/dovecot/pvc.yaml +++ b/charts/mailu/templates/dovecot/pvc.yaml @@ -1,6 +1,6 @@ --- {{- if .Values.dovecot.enabled }} -{{- if and (not .Values.persistence.single_pvc) (not .Values.postfix.persistence.existingClaim)}} +{{- if and (not .Values.persistence.single_pvc) (not .Values.dovecot.persistence.existingClaim)}} kind: PersistentVolumeClaim apiVersion: v1 metadata: