diff --git a/charts/mok/Chart.yaml b/charts/mok/Chart.yaml index 858b97c5fd15b31a8d187b53821b457ce4aa2650..e8e5cbdd83f909b90586db5c24e09ab45a33faa4 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.7.2 +version: 0.8.0 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 e177905b6b77701ef173bcbbe59ba1d9c56cb333..60a3e6df9205820c300eb0b16f98269f7b27c775 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. @@ -23,7 +23,7 @@ Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that run | dovecot.affinity | object | `{}` | | | dovecot.image.pullPolicy | string | `"IfNotPresent"` | | | dovecot.image.repository | string | `"quay.io/shivering-isles/dovecot"` | dovecot container image | -| dovecot.image.tag | string | `"0.1.2"` | Overrides the image tag whose default is "latest" | +| dovecot.image.tag | string | `"0.2.0"` | Overrides the image tag whose default is "latest" | | dovecot.imagePullSecrets | list | `[]` | pull secret to access the afore defined image | | dovecot.nodeSelector | object | `{}` | | | dovecot.podAnnotations | object | `{}` | | diff --git a/charts/mok/values.yaml b/charts/mok/values.yaml index 8639ae59d12de0241c523c0f4f3406c6203a3d6c..47eae5e3b2b0d7fc682c6d4e6e6e52e4100400d2 100644 --- a/charts/mok/values.yaml +++ b/charts/mok/values.yaml @@ -126,7 +126,7 @@ dovecot: repository: quay.io/shivering-isles/dovecot pullPolicy: IfNotPresent # -- Overrides the image tag whose default is "latest" - tag: "0.1.2" + tag: "0.2.0" # -- pull secret to access the afore defined image imagePullSecrets: [] diff --git a/images/dovecot/.release b/images/dovecot/.release index f1433f7d39f1bac9224de6fd1fbe6023774ee846..9990762bde3b533f2e4bbdb21f5c172741e881f3 100644 --- a/images/dovecot/.release +++ b/images/dovecot/.release @@ -1 +1 @@ -release=0.1.2 +release=0.2.0 diff --git a/images/dovecot/config/dovecot.conf b/images/dovecot/config/dovecot.conf index 2a2bf3208e793685f7f24c1a02823272452a647f..fda92e08dda55d91d1e143560126617b590da85f 100644 --- a/images/dovecot/config/dovecot.conf +++ b/images/dovecot/config/dovecot.conf @@ -116,7 +116,7 @@ verbose_proctitle = yes ## Protocols protocol imap { - imap_idle_notify_interval = 29 mins + imap_idle_notify_interval = 5 mins mail_max_userip_connections = 20 mail_plugins = " quota imap_quota imap_sieve" }