Skip to content

Commit 50573b2

Browse files
committed
fix(dovecot): correct existingClaim reference in pvc template
1 parent 9ba8ece commit 50573b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/mailu/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
# renovate: datasource=github-releases depName=Mailu/mailu
33
appVersion: 2024.06.49
4-
version: 2.6.3
4+
version: 2.6.4
55
name: mailu
66
description: This chart installs the Mailu mail system on Kubernetes
77
home: https://mailu.io

charts/mailu/templates/dovecot/pvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
{{- if .Values.dovecot.enabled }}
3-
{{- if and (not .Values.persistence.single_pvc) (not .Values.postfix.persistence.existingClaim)}}
3+
{{- if and (not .Values.persistence.single_pvc) (not .Values.dovecot.persistence.existingClaim)}}
44
kind: PersistentVolumeClaim
55
apiVersion: v1
66
metadata:

0 commit comments

Comments
 (0)