diff --git a/charts/mok/Chart.yaml b/charts/mok/Chart.yaml index a05b8417e8423e0c4fd6cacb9a2b44fea1935316..7ce77e8a5df86c40b7a1d2a65136c53310f1bc2b 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.2 +version: 0.10.3 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 67bcca8b30c7392d91fdc3f57edc84ff7ccf6af1..7f72d23b18d60ad52e85a8b29bafc7dc4263c8e2 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.yaml b/charts/mok/templates/postfix.yaml index ac3eddb2c41ac3a03fa74e44b955cbacfe3a76f2..81be0a02531165f98fbda36d980d2388197d3846 100644 --- a/charts/mok/templates/postfix.yaml +++ b/charts/mok/templates/postfix.yaml @@ -185,7 +185,6 @@ spec: - sh - -c - >- - ps axf | fgrep -v grep | fgrep -q "supervisord" && ps axf | fgrep -v grep | fgrep -q "/usr/libexec/postfix/master" startupProbe: initialDelaySeconds: 2 diff --git a/charts/mok/tests/__snapshot__/postfix_test.yaml.snap b/charts/mok/tests/__snapshot__/postfix_test.yaml.snap index 5aa1f779060def671803fbd8dd10bd0f324af2f7..e3ecbec7da3ac0240230faf22e7d8e36743aa059 100644 --- a/charts/mok/tests/__snapshot__/postfix_test.yaml.snap +++ b/charts/mok/tests/__snapshot__/postfix_test.yaml.snap @@ -447,7 +447,7 @@ should match snapshot: command: - sh - -c - - ps axf | fgrep -v grep | fgrep -q "supervisord" && ps axf | fgrep -v grep | fgrep -q "/usr/libexec/postfix/master" + - ps axf | fgrep -v grep | fgrep -q "/usr/libexec/postfix/master" failureThreshold: 1 initialDelaySeconds: 5 periodSeconds: 5