Skip to content

Commit 922448c

Browse files
authored
Merge pull request docker-mailserver#143 from Frankst2/patch-2
Fix typo
2 parents f50ceda + 203cfbf commit 922448c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: charts/docker-mailserver/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: "14.0.0"
33
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
44
name: docker-mailserver
5-
version: 4.1.0
5+
version: 4.1.1
66
sources:
77
- https://github.com/docker-mailserver/docker-mailserver-helm
88
maintainers:

Diff for: charts/docker-mailserver/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ metrics:
454454
## into running containers. This chart automatically sets up any config files that
455455
## are stored in its chart/config directory.
456456
##
457-
## However, Helm does not provide a way too save external files to a ConfigMap or Secret.
457+
## However, Helm does not provide a way to save external files to a ConfigMap or Secret.
458458
## This is problem for docker-mailserver because you need to setup postfix accounts,
459459
## dovecot accounts, etc.
460460
##

0 commit comments

Comments
 (0)