From f3ed630e5dfa00bd0dfee8f54ec806e937ad3f98 Mon Sep 17 00:00:00 2001 From: Frank W Date: Sun, 2 Feb 2025 22:32:46 +0100 Subject: [PATCH 1/2] Update line numbers in links in README.md --- charts/docker-mailserver/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/docker-mailserver/README.md b/charts/docker-mailserver/README.md index 19565d4b..23dfd890 100644 --- a/charts/docker-mailserver/README.md +++ b/charts/docker-mailserver/README.md @@ -98,11 +98,11 @@ Configuration files are stored on a Kubernetes [volume](#persistence) mounted at ### ConfigMaps -Its is also possible to use ConfigMaps to mount configuration files in the container. This is done by adding to the `configFiles` key in a custom `values.yaml` file. For more information please see the [documentation](./values.yaml#L425) in values.yaml +Its is also possible to use ConfigMaps to mount configuration files in the container. This is done by adding to the `configFiles` key in a custom `values.yaml` file. For more information please see the [documentation](./values.yaml#L453) in values.yaml ### Secrets -Secrets can also be used to mount configuration files in the container. For example, dkim keys could be stored in a secret as opposed to a file in the `mail-config` volume. Once again, for more information please see the [documentation](./values.yaml#L600) in values.yaml +Secrets can also be used to mount configuration files in the container. For example, dkim keys could be stored in a secret as opposed to a file in the `mail-config` volume. Once again, for more information please see the [documentation](./values.yaml#L610) in values.yaml ## Values YAML From 42f02f057b44937807de402266a7ed92d1fff0ff Mon Sep 17 00:00:00 2001 From: Frank W Date: Mon, 3 Feb 2025 11:54:44 +0100 Subject: [PATCH 2/2] Chart version bump --- charts/docker-mailserver/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/docker-mailserver/Chart.yaml b/charts/docker-mailserver/Chart.yaml index 0fb6edd0..ce225b6d 100644 --- a/charts/docker-mailserver/Chart.yaml +++ b/charts/docker-mailserver/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: "14.0.0" description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker. name: docker-mailserver -version: 4.1.1 +version: 4.1.2 sources: - https://github.com/docker-mailserver/docker-mailserver-helm maintainers: