We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba8ece commit 50573b2Copy full SHA for 50573b2
2 files changed
charts/mailu/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
# renovate: datasource=github-releases depName=Mailu/mailu
3
appVersion: 2024.06.49
4
-version: 2.6.3
+version: 2.6.4
5
name: mailu
6
description: This chart installs the Mailu mail system on Kubernetes
7
home: https://mailu.io
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:
0 commit comments