diff --git a/charts/mok/README.md b/charts/mok/README.md
index f81233df60179638591e9ff3097b82af3b39acab..ca74e863e881065e929da1310f4debc77affb2fb 100644
--- a/charts/mok/README.md
+++ b/charts/mok/README.md
@@ -58,7 +58,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 | `"3.9.4"` | Overrides the image tag whose default is "latest" |
+| postfix.image.tag | string | `"3.10.2"` | Overrides the image tag whose default is "latest" |
 | postfix.imagePullSecrets | list | `[]` |  |
 | postfix.nodeSelector | object | `{}` |  |
 | postfix.podAnnotations | object | `{}` |  |
@@ -94,5 +94,3 @@ Mail on Kubernetes (MoK) is a project to deploy a functional mailserver that run
 | serviceAccount.create | bool | `true` |  |
 | serviceAccount.name | string | `""` |  |
 
-----------------------------------------------
-Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
diff --git a/charts/mok/values.yaml b/charts/mok/values.yaml
index f96ca1b40bfa00eed61512a2b5fc68a915255b26..ad62378dcb15627d23aec3c599043a1cb1879f8c 100644
--- a/charts/mok/values.yaml
+++ b/charts/mok/values.yaml
@@ -54,7 +54,7 @@ postfix:
     repository: quay.io/shivering-isles/postfix
     pullPolicy: IfNotPresent
     # -- Overrides the image tag whose default is "latest"
-    tag: "3.9.4"
+    tag: "3.10.2"
 
   imagePullSecrets: []