Skip to content

Commit 46df9da

Browse files
authored
Merge pull request docker-mailserver#185 from cfis/master
Various fixes
2 parents 3691cd4 + 97667bc commit 46df9da

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

charts/docker-mailserver/Chart.yaml

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

charts/docker-mailserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Once you acquire a certificate, you will need to store it in a TLS secret in the
201201
certificate: my-certificate-secret
202202
```
203203
204-
The chart will then automatically copy the certificate and private key to the `/tmp/dms/custom-certs` director in the container and correctly set the `SSL_CERT_PATH` and `SSL_KEY_PATH` environment variables.
204+
The chart will then automatically copy the certificate and private key to the `/tmp/dms/custom-certs` directory in the container and correctly set the `SSL_CERT_PATH` and `SSL_KEY_PATH` environment variables.
205205

206206
## Ports
207207

charts/docker-mailserver/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,6 @@ service:
316316
## - PreferSameNode (started from 1.34)
317317
## Ref: https://kubernetes.io/docs/concepts/services-networking/service/#traffic-distribution
318318
trafficDistribution: ""
319-
## If there is a port associated with a given service, expose it here.
320-
# port:
321319
## If there is a particular IP that should be used for the service, specify it here.
322320
## Note: It's quite unlikely that an IP should be specific. Normally, the best thing to do is leave it to Kubernetes
323321
## to allocate a free IP from the pool.

0 commit comments

Comments
 (0)