Skip to content

Commit

Permalink
Update DOVECOT_PASS_ATTR to DOVECOT_PASS_ATTRS
Browse files Browse the repository at this point in the history
  • Loading branch information
funkypenguin committed Dec 16, 2020
1 parent 61e733f commit 1e5fc17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/docker-mailserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "7.0.0"
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
name: docker-mailserver
version: 0.2.7
version: 0.2.8
sources:
- https://github.com/funkypenguin/helm-docker-mailserver
maintainers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ We list them here (and include this template in deployment.yaml) to keep deploym
value: {{ .Values.pod.dockermailserver.dovecot_user_attr | quote }}
- name: DOVECOT_PASS_FILTER
value: {{ .Values.pod.dockermailserver.dovecot_pass_filter | quote }}
- name: DOVECOT_PASS_ATTR
value: {{ .Values.pod.dockermailserver.dovecot_pass_attr | quote }}
- name: DOVECOT_PASS_ATTRS
value: {{ .Values.pod.dockermailserver.dovecot_pass_attrs | quote }}
- name: ENABLE_POSTGREY
value: {{ .Values.pod.dockermailserver.enable_postgrey | quote }}
- name: POSTGREY_DELAY
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ manifest should match snapshot:
value: null
- name: DOVECOT_PASS_FILTER
value: null
- name: DOVECOT_PASS_ATTR
- name: DOVECOT_PASS_ATTRS
value: null
- name: ENABLE_POSTGREY
value: "0"
Expand Down
2 changes: 1 addition & 1 deletion charts/docker-mailserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ pod:
dovecot_user_filter:
dovecot_user_attr:
dovecot_pass_filter:
dovecot_pass_attr:
dovecot_pass_attrs:
enable_postgrey: 0
postgrey_delay: 300
postgrey_max_age: 35
Expand Down

0 comments on commit 1e5fc17

Please sign in to comment.