Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 2a55605

Browse files
Bump docker-mailserver chart to 0.0.4
appVersion 0.0.3 → v4.0.0
1 parent ef90c1b commit 2a55605

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contains Helm charts for [docker-mailserver](https://github.com/jeboehm/docker-mailserver).
33

44
<!-- table_start -->
5-
| Name | Type | Description | Version | App Version |
6-
| :---------------: | :--: | :---------------------------------------------------------------------------------------------------------------------: | :-----: | :---------------: |
7-
| docker-mailserver | None | Docker Mailserver based on the famous ISPMail guide. All images are based on Alpine Linux and are so small as possible. | 0.0.3 | feat/helm-updater |
5+
| Name | Type | Description | Version | App Version |
6+
| :---------------: | :--: | :---------------------------------------------------------------------------------------------------------------------: | :-----: | :---------: |
7+
| docker-mailserver | None | Docker Mailserver based on the famous ISPMail guide. All images are based on Alpine Linux and are so small as possible. | 0.0.4 | v4.0.0 |
88
<!-- table_end -->

charts/docker-mailserver/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ description: Docker Mailserver based on the famous ISPMail guide. All images are
44
on Alpine Linux and are so small as possible.
55
sources:
66
- https://github.com/jeboehm/docker-mailserver
7-
version: 0.0.3
7+
version: 0.0.4
88
keywords:
99
- postfix
1010
- dovecot
1111
- mail
1212
- mailserver
1313
- smtp
1414
- imap
15-
appVersion: 0.0.3
15+
appVersion: v4.0.0
1616
maintainers:
1717
- name: jeboehm
1818
dependencies:

charts/docker-mailserver/README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# docker-mailserver
22

3-
![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![AppVersion: feat/helm-updater](https://img.shields.io/badge/AppVersion-feat/helm--updater-informational?style=flat-square)
3+
![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![AppVersion: v4.0.0](https://img.shields.io/badge/AppVersion-v4.0.0-informational?style=flat-square)
44

55
Docker Mailserver based on the famous ISPMail guide. All images are based on Alpine Linux and are so small as possible.
66

@@ -104,6 +104,12 @@ Docker Mailserver based on the famous ISPMail guide. All images are based on Alp
104104
| filter.sidecars | list | `[]` | |
105105
| filter.tolerations | list | `[]` | |
106106
| filter.topologySpreadConstraints | list | `[]` | |
107+
| filter.unbound.image.digest | string | `""` | |
108+
| filter.unbound.image.pullPolicy | string | `"IfNotPresent"` | |
109+
| filter.unbound.image.pullSecrets | list | `[]` | |
110+
| filter.unbound.image.registry | string | `"docker.io"` | |
111+
| filter.unbound.image.repository | string | `"mvance/unbound"` | |
112+
| filter.unbound.image.tag | string | `"1.22.0"` | |
107113
| filter.updateStrategy.type | string | `"RollingUpdate"` | |
108114
| fullnameOverride | string | `""` | |
109115
| global.compatibility.openshift.adaptSecurityContext | string | `"auto"` | |
@@ -239,6 +245,7 @@ Docker Mailserver based on the famous ISPMail guide. All images are based on Alp
239245
| mta.image.repository | string | `"jeboehm/mailserver-mta"` | |
240246
| mta.image.tag | string | `"next"` | |
241247
| mta.initContainers | list | `[]` | |
248+
| mta.kind | string | `"StatefulSet"` | |
242249
| mta.lifecycleHooks | object | `{}` | |
243250
| mta.livenessProbe.enabled | bool | `true` | |
244251
| mta.livenessProbe.failureThreshold | int | `5` | |
@@ -268,7 +275,7 @@ Docker Mailserver based on the famous ISPMail guide. All images are based on Alp
268275
| mta.service.annotations | object | `{}` | |
269276
| mta.service.clusterIP | string | `""` | |
270277
| mta.service.enabled | bool | `false` | |
271-
| mta.service.externalTrafficPolicy | string | `"Cluster"` | |
278+
| mta.service.externalTrafficPolicy | string | `"Local"` | |
272279
| mta.service.extraPorts | list | `[]` | |
273280
| mta.service.loadBalancerIP | string | `""` | |
274281
| mta.service.loadBalancerSourceRanges | list | `[]` | |

0 commit comments

Comments
 (0)