Skip to content

Commit 1e5fc17

Browse files
committed
Update DOVECOT_PASS_ATTR to DOVECOT_PASS_ATTRS
1 parent 61e733f commit 1e5fc17

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/docker-mailserver/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v1
22
appVersion: "7.0.0"
33
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
44
name: docker-mailserver
5-
version: 0.2.7
5+
version: 0.2.8
66
sources:
77
- https://github.com/funkypenguin/helm-docker-mailserver
88
maintainers:

charts/docker-mailserver/templates/_upstream-env-variables.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ We list them here (and include this template in deployment.yaml) to keep deploym
9595
value: {{ .Values.pod.dockermailserver.dovecot_user_attr | quote }}
9696
- name: DOVECOT_PASS_FILTER
9797
value: {{ .Values.pod.dockermailserver.dovecot_pass_filter | quote }}
98-
- name: DOVECOT_PASS_ATTR
99-
value: {{ .Values.pod.dockermailserver.dovecot_pass_attr | quote }}
98+
- name: DOVECOT_PASS_ATTRS
99+
value: {{ .Values.pod.dockermailserver.dovecot_pass_attrs | quote }}
100100
- name: ENABLE_POSTGREY
101101
value: {{ .Values.pod.dockermailserver.enable_postgrey | quote }}
102102
- name: POSTGREY_DELAY

charts/docker-mailserver/tests/__snapshot__/deployment_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ manifest should match snapshot:
120120
value: null
121121
- name: DOVECOT_PASS_FILTER
122122
value: null
123-
- name: DOVECOT_PASS_ATTR
123+
- name: DOVECOT_PASS_ATTRS
124124
value: null
125125
- name: ENABLE_POSTGREY
126126
value: "0"

charts/docker-mailserver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ pod:
184184
dovecot_user_filter:
185185
dovecot_user_attr:
186186
dovecot_pass_filter:
187-
dovecot_pass_attr:
187+
dovecot_pass_attrs:
188188
enable_postgrey: 0
189189
postgrey_delay: 300
190190
postgrey_max_age: 35

0 commit comments

Comments
 (0)