diff --git a/charts/mok/Chart.yaml b/charts/mok/Chart.yaml
index e8e5cbdd83f909b90586db5c24e09ab45a33faa4..49c61b5877c0fb0abc6a012e33a9eebdf1edcd54 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.8.0
+version: 0.9.0
 sources:
   - https://de.postfix.org/ftpmirror/index.html
   - https://github.com/dovecot/core
diff --git a/charts/mok/templates/dovecot.yaml b/charts/mok/templates/dovecot.yaml
index 32e470a491c48c33d491758a50ed6b7d97b57e07..9950dda22b72ff4a9c3ee34d5a9b6dd7bf5610dc 100644
--- a/charts/mok/templates/dovecot.yaml
+++ b/charts/mok/templates/dovecot.yaml
@@ -1,8 +1,6 @@
 apiVersion: v1
 kind: Service
 metadata:
-  annotations:
-    metallb.universe.tf/allow-shared-ip: "{{ include "mok.fullname" . }}-mail"
   name: {{ include "mok.fullname" . }}-dovecot
   labels:
     {{- include "mok.labels" . | nindent 4 }}
diff --git a/charts/mok/templates/postfix.yaml b/charts/mok/templates/postfix.yaml
index 139fbaa41494295c00b2672f8a3dd38bd527d693..7fc95dae7e2a27f2a7e5d048d3f3346c15a8d042 100644
--- a/charts/mok/templates/postfix.yaml
+++ b/charts/mok/templates/postfix.yaml
@@ -5,8 +5,6 @@ metadata:
   labels:
     {{- include "mok.labels" . | nindent 4 }}
     app.kubernetes.io/component: postfix
-  annotations:
-    metallb.universe.tf/allow-shared-ip: "{{ include "mok.fullname" . }}-mail"
 spec:
   ports:
   - port: 25
diff --git a/charts/mok/tests/__snapshot__/dovecot_test.yaml.snap b/charts/mok/tests/__snapshot__/dovecot_test.yaml.snap
index 646a99967af5636636477a6d51338a2e128684ae..41a8bdf3fd4debc5e2e2d582c71f9a9d8c559f35 100644
--- a/charts/mok/tests/__snapshot__/dovecot_test.yaml.snap
+++ b/charts/mok/tests/__snapshot__/dovecot_test.yaml.snap
@@ -3,8 +3,6 @@ should match snapshot:
     apiVersion: v1
     kind: Service
     metadata:
-      annotations:
-        metallb.universe.tf/allow-shared-ip: RELEASE-NAME-mok-mail
       labels:
         app.kubernetes.io/component: dovecot
         app.kubernetes.io/instance: RELEASE-NAME
diff --git a/charts/mok/tests/__snapshot__/postfix_test.yaml.snap b/charts/mok/tests/__snapshot__/postfix_test.yaml.snap
index 57b8d63adf655d74759c7846a3781249508406f6..eac63ad5e5e857f9ef770200750708810eac14c4 100644
--- a/charts/mok/tests/__snapshot__/postfix_test.yaml.snap
+++ b/charts/mok/tests/__snapshot__/postfix_test.yaml.snap
@@ -3,8 +3,6 @@ should match snapshot:
     apiVersion: v1
     kind: Service
     metadata:
-      annotations:
-        metallb.universe.tf/allow-shared-ip: RELEASE-NAME-mok-mail
       labels:
         app.kubernetes.io/component: postfix
         app.kubernetes.io/instance: RELEASE-NAME