From 219a634287e8a9ff41f60bf6d1f947fd87e97121 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Fri, 9 Feb 2024 01:05:39 +0100
Subject: [PATCH] chore(mok): Regular rebuild for mok images

---
 charts/mok/README.md    | 4 ++--
 charts/mok/values.yaml  | 4 ++--
 images/dovecot/.release | 2 +-
 images/postfix/.release | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/charts/mok/README.md b/charts/mok/README.md
index ad424fbc6..fea291f5c 100644
--- a/charts/mok/README.md
+++ b/charts/mok/README.md
@@ -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.4.0"` | Overrides the image tag whose default is "latest" |
+| dovecot.image.tag | string | `"0.4.1"` | 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 | `{}` |  |
@@ -57,7 +57,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.8.4"` | Overrides the image tag whose default is "latest" |
+| postfix.image.tag | string | `"3.8.5"` | 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 f854038fc..1cd1cc845 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: "3.8.4"
+    tag: "3.8.5"
 
   imagePullSecrets: []
 
@@ -126,7 +126,7 @@ dovecot:
     repository: quay.io/shivering-isles/dovecot
     pullPolicy: IfNotPresent
     # -- Overrides the image tag whose default is "latest"
-    tag: "0.4.0"
+    tag: "0.4.1"
 
   # -- pull secret to access the afore defined image
   imagePullSecrets: []
diff --git a/images/dovecot/.release b/images/dovecot/.release
index 9ecf65833..802d813b7 100644
--- a/images/dovecot/.release
+++ b/images/dovecot/.release
@@ -1 +1 @@
-release=0.4.0
+release=0.4.1
diff --git a/images/postfix/.release b/images/postfix/.release
index f3bb17dc5..97107f2c6 100644
--- a/images/postfix/.release
+++ b/images/postfix/.release
@@ -1 +1 @@
-release=3.8.4
+release=3.8.5
-- 
GitLab