From c5d5e4de8a8d1cf357d8c7167cff8715ef9da017 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 27 Nov 2023 05:09:34 +0100 Subject: [PATCH] fix(mok): Fix indentation for master.cf --- charts/mok/Chart.yaml | 2 +- charts/mok/README.md | 2 +- charts/mok/templates/postfix-config.yaml | 6 +++--- charts/mok/tests/__snapshot__/postfix_test.yaml.snap | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/mok/Chart.yaml b/charts/mok/Chart.yaml index 80b2dde8b..fae8d2c30 100644 --- a/charts/mok/Chart.yaml +++ b/charts/mok/Chart.yaml @@ -3,7 +3,7 @@ name: mok description: | Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that runs without a database server on Kubernetes, taking advantage of configmaps and secret. type: application -version: 0.10.6 +version: 0.10.7 sources: - https://de.postfix.org/ftpmirror/index.html - https://github.com/dovecot/core diff --git a/charts/mok/README.md b/charts/mok/README.md index 54f0d7014..1e8edb55d 100644 --- a/charts/mok/README.md +++ b/charts/mok/README.md @@ -1,6 +1,6 @@ # mok -  +  Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that runs without a database server on Kubernetes, taking advantage of configmaps and secret. diff --git a/charts/mok/templates/postfix-config.yaml b/charts/mok/templates/postfix-config.yaml index 6684d1ef8..5b69cb6ce 100644 --- a/charts/mok/templates/postfix-config.yaml +++ b/charts/mok/templates/postfix-config.yaml @@ -188,8 +188,8 @@ data: # -o header_checks=pcre:/srv/config/submission_header_checks.pcre headers-cleanup unix n - - - 0 cleanup - -o syslog_name=postfix/headers-cleanup - -o header_checks=regexp:/etc/postfix/header_checks + -o syslog_name=postfix/headers-cleanup + -o header_checks=regexp:/etc/postfix/header_checks main.cf: | ############### Please enable soft_bounce during maintenance: ################# @@ -365,4 +365,4 @@ data: maximal_queue_lifetime = 1d bounce_queue_lifetime = 1d unverified_recipient_reject_code = 577 - compatibility_level = 2 + compatibility_level = 3.6 diff --git a/charts/mok/tests/__snapshot__/postfix_test.yaml.snap b/charts/mok/tests/__snapshot__/postfix_test.yaml.snap index 2c6944499..1447f60fb 100644 --- a/charts/mok/tests/__snapshot__/postfix_test.yaml.snap +++ b/charts/mok/tests/__snapshot__/postfix_test.yaml.snap @@ -174,7 +174,7 @@ should match snapshot: maximal_queue_lifetime = 1d bounce_queue_lifetime = 1d unverified_recipient_reject_code = 577 - compatibility_level = 2 + compatibility_level = 3.6 master.cf: | # ========================================================================== # service type private unpriv chroot wakeup maxproc command + args @@ -357,8 +357,8 @@ should match snapshot: # -o header_checks=pcre:/srv/config/submission_header_checks.pcre headers-cleanup unix n - - - 0 cleanup - -o syslog_name=postfix/headers-cleanup - -o header_checks=regexp:/etc/postfix/header_checks + -o syslog_name=postfix/headers-cleanup + -o header_checks=regexp:/etc/postfix/header_checks kind: ConfigMap metadata: labels: @@ -418,7 +418,7 @@ should match snapshot: template: metadata: annotations: - checksum/config: a6bd4491f5df073542c8ba9bec124f4d64d2ac35c281d0cc28a79f3b38a97bd9 + checksum/config: 900b63e812eed8703a83622630d3f0bedd6e475bdb5ec3eeaffa1549ff43a489 checksum/secret: 66ea930a9b7e50528ddc0aa54786d07f78c7f56d1daea45b21d9eb94f8e5c4f2 labels: app.kubernetes.io/component: postfix -- GitLab