Skip to content

Commit e63f80f

Browse files
committed
bump chart + another round of CI
1 parent f5637ee commit e63f80f

3 files changed

Lines changed: 4 additions & 4 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: 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.3
5+
version: 4.1.4
66
sources:
77
- https://github.com/docker-mailserver/docker-mailserver-helm
88
maintainers:

charts/docker-mailserver/ci/ci-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
service:
22
type: ClusterIP
3-
externalTrafficPolicy: Cluster
3+
externalTrafficPolicy: Local
44

55
configMaps:
66
postfix-accounts.cf:

charts/docker-mailserver/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ service:
302302
## Manually overwrite the externalTrafficPolicy. One of:
303303
## - Local
304304
## - Cluster
305-
## Set it to "Local" when used with type "LoadBalancer" and set it to "Cluster" when used with type "ClusterIP" or "NodePort",
305+
## Set it to "Local" when used with type "LoadBalancer" or "ClusterIP" and set it to "Cluster" when used with "NodePort",
306306
## unless you have a good reason not to.
307-
externalTrafficPolicy: "Cluster"
307+
externalTrafficPolicy: "Local"
308308
## If there is a port associated with a given service, expose it here.
309309
# port:
310310
## If there is a particular IP that should be used for the service, specify it here.

0 commit comments

Comments
 (0)