diff --git a/charts/mok/Chart.yaml b/charts/mok/Chart.yaml index a2f16aa8c47f617f0784c92576582221ef179dc1..aa550387bf8bdca60cc599c59359ff7cf3ac4b08 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.6.1 +version: 0.6.2 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 c4db6d7c61993d047bd2fa806179c430304323d9..33add2679ed9d901df5a6dacf67044a50e3b3887 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. @@ -56,7 +56,7 @@ Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that run | postfix.hostname | string | `nil` | explicitly set postfix hostname | | postfix.image.pullPolicy | string | `"IfNotPresent"` | | | postfix.image.repository | string | `"quay.io/shivering-isles/postfix"` | postfix container image | -| postfix.image.tag | string | `"0.3.0"` | Overrides the image tag whose default is "latest" | +| postfix.image.tag | string | `"0.4.0"` | Overrides the image tag whose default is "latest" | | postfix.imagePullSecrets | list | `[]` | | | postfix.nodeSelector | object | `{}` | | | postfix.podAnnotations | object | `{}` | | diff --git a/charts/mok/values.yaml b/charts/mok/values.yaml index d7fdd632bff76dc57d29d60c314ded7f906425cb..471ba276854ff2eb78112b6da0205a77faecd8a7 100644 --- a/charts/mok/values.yaml +++ b/charts/mok/values.yaml @@ -46,7 +46,7 @@ postfix: repository: quay.io/shivering-isles/postfix pullPolicy: IfNotPresent # -- Overrides the image tag whose default is "latest" - tag: "0.3.0" + tag: "0.4.0" imagePullSecrets: [] diff --git a/images/postfix/.release b/images/postfix/.release index 7f1bdeb40c1300cd15edddfa5b46c9499bac4319..9ecf65833e93819c610252d4a015a950b621a0dc 100644 --- a/images/postfix/.release +++ b/images/postfix/.release @@ -1 +1 @@ -release=0.3.0 +release=0.4.0