From d7689aa2c538e59eeca80752441050c3ef5c03da Mon Sep 17 00:00:00 2001 From: Nick Pappas Date: Sat, 24 Aug 2024 12:21:34 -0500 Subject: [PATCH 1/2] fix(docs): Correct syntax for specifying secrets --- charts/docker-mailserver/values.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/charts/docker-mailserver/values.yaml b/charts/docker-mailserver/values.yaml index 0a850cf1..9afb63f9 100644 --- a/charts/docker-mailserver/values.yaml +++ b/charts/docker-mailserver/values.yaml @@ -611,15 +611,17 @@ configMaps: ## such as DKIM signing keys. ## ## secrets: -## - name: rspamd.example.com # This is the name of the Secret -## create: true # If true, create a new Secret -## path: rspamd.dkim.rsa-2048-mail-example.com.private.txt -## data: abace # If create is true, then you must specify content. Must be base 64 encoded! +## rspamd.example.com: +## name: rspamd.example.com # This is the name of the Secret +## create: true # If true, create a new Secret +## path: rspamd.dkim.rsa-2048-mail-example.com.private.txt +## data: abace # If create is true, then you must specify content. Must be base 64 encoded! ## -## - name: rspamd.dkim.rsa-2048-mail-example.com.public -## create: true -## path: rspamd/dkim/rsa-2048-mail-example.com.public -## data: abace # If create is true, then you must specify content. Must be base 64 encoded! +## rspamd.dkim.rsa-2048-mail-example.com.public: +## name: rspamd.dkim.rsa-2048-mail-example.com.public +## create: true +## path: rspamd/dkim/rsa-2048-mail-example.com.public +## data: abace # If create is true, then you must specify content. Must be base 64 encoded! ## ## If you set the create key to false, then you must manually create the ConfigMaps before deploying the chart. ## From 8c0f92f4d2bcef643a68c97d08599556be9de757 Mon Sep 17 00:00:00 2001 From: Nick Pappas Date: Sat, 24 Aug 2024 12:27:54 -0500 Subject: [PATCH 2/2] chore: bump chart version --- 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 98ae0d11..541f8ef9 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.0.5 +version: 4.0.6 sources: - https://github.com/docker-mailserver/docker-mailserver-helm maintainers: