diff --git a/charts/mok/Chart.yaml b/charts/mok/Chart.yaml
index 051e1ad4487682f01fd4b540957fd120ce2426d6..a1b602cf47619f6c8bf29df6bf0f50471d82855a 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.4.3
+version: 0.5.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 1990f35feb38cba44830f0bdeb4e747411d4f5f4..935cc1f400c558912fbfebe1400847f750ca984a 100644
--- a/charts/mok/README.md
+++ b/charts/mok/README.md
@@ -1,6 +1,6 @@
 # mok
 
-![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
+![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
 
 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/dovecot.yaml b/charts/mok/templates/dovecot.yaml
index 95d55ff2d9aa07c6c6dfd0fb1353e0635d40f9bb..32e470a491c48c33d491758a50ed6b7d97b57e07 100644
--- a/charts/mok/templates/dovecot.yaml
+++ b/charts/mok/templates/dovecot.yaml
@@ -110,7 +110,7 @@ spec:
             {{- toYaml .Values.dovecot.securityContext | nindent 12 }}
           volumeMounts:
             - name: vmail
-              mountPath: /srv/mail/mailboxes/
+              mountPath: /srv/mail/
             - name: users
               mountPath: "/srv/passdb/"
               readOnly: true