diff --git a/charts/mok/Chart.yaml b/charts/mok/Chart.yaml
index c73570d6dfcaf4ea68d1d9d85bb08e100e45ddea..5e4703249dd0ba178692e4d580eb09222bf58fe1 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.9.4
+version: 0.9.5
 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 27ad6e154d9994eb80e640c3d794a97ec69d3d76..0728fec49d997aab6400dc946b9094a5a956399c 100644
--- a/charts/mok/README.md
+++ b/charts/mok/README.md
@@ -1,6 +1,6 @@
 # mok
 
-![Version: 0.9.4](https://img.shields.io/badge/Version-0.9.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
+![Version: 0.9.5](https://img.shields.io/badge/Version-0.9.5-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.
 
@@ -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.2.2"` | Overrides the image tag whose default is "latest" |
+| dovecot.image.tag | string | `"0.3.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 | `{}` |  |
@@ -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.4.6"` | Overrides the image tag whose default is "latest" |
+| postfix.image.tag | string | `"0.5.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 b62090fad215795976285870607c4b5df05b1153..1729a24b5cdd15321fbdf5c2bcb932d9a57cffc3 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.4.6"
+    tag: "0.5.0"
 
   imagePullSecrets: []
 
@@ -126,7 +126,7 @@ dovecot:
     repository: quay.io/shivering-isles/dovecot
     pullPolicy: IfNotPresent
     # -- Overrides the image tag whose default is "latest"
-    tag: "0.2.2"
+    tag: "0.3.0"
 
   # -- pull secret to access the afore defined image
   imagePullSecrets: []
diff --git a/clusters/k8s01/monitoring/query-exposer.yaml b/clusters/k8s01/monitoring/query-exposer.yaml
index 11da190084fd6829b664ee5e029985ec8f3294f9..435573829c76528392883c018ce328dc5341e45c 100644
--- a/clusters/k8s01/monitoring/query-exposer.yaml
+++ b/clusters/k8s01/monitoring/query-exposer.yaml
@@ -23,7 +23,7 @@ spec:
                                 app.kubernetes.io/name: query-exposer
                           topologyKey: kubernetes.io/hostname
             containers:
-                - image: quay.io/shivering-isles/query-exposer:0.1.0
+                - image: quay.io/shivering-isles/query-exposer:0.2.0
                   name: query-exposer
                   args:
                     - -h