From 92493a862cb69af307ff984e3e13818bb476b507 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 17 May 2025 13:15:47 +0200 Subject: [PATCH] chore(mok): Upgrade postfix to 3.9.4 --- charts/mok/Chart.yaml | 2 +- charts/mok/README.md | 4 ++-- charts/mok/tests/__snapshot__/postfix_test.yaml.snap | 6 +++--- charts/mok/values.yaml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/mok/Chart.yaml b/charts/mok/Chart.yaml index e1356d028..3246c636f 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.14.0 +version: 0.14.1 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 a62f01864..b046db866 100644 --- a/charts/mok/README.md +++ b/charts/mok/README.md @@ -1,6 +1,6 @@ # mok -  +  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. @@ -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.3"` | Overrides the image tag whose default is "latest" | +| postfix.image.tag | string | `"3.9.4"` | Overrides the image tag whose default is "latest" | | postfix.imagePullSecrets | list | `[]` | | | postfix.nodeSelector | object | `{}` | | | postfix.podAnnotations | object | `{}` | | diff --git a/charts/mok/tests/__snapshot__/postfix_test.yaml.snap b/charts/mok/tests/__snapshot__/postfix_test.yaml.snap index 31ce7ee47..d4bf91daa 100644 --- a/charts/mok/tests/__snapshot__/postfix_test.yaml.snap +++ b/charts/mok/tests/__snapshot__/postfix_test.yaml.snap @@ -441,7 +441,7 @@ adds the postfix hostname to the sender_restrictions: value: RELEASE-NAME-mok-dovecot-internal.NAMESPACE.svc.cluster.local - name: HOSTNAME value: mail.example.net - image: quay.io/shivering-isles/postfix:3.9.3 + image: quay.io/shivering-isles/postfix:3.9.4 imagePullPolicy: IfNotPresent lifecycle: preStop: @@ -527,7 +527,7 @@ adds the postfix hostname to the sender_restrictions: - sh - -c - cp /srv/virtual/* /srv/tmp && find /srv/tmp -type f -exec postmap lmdb://{} \; - image: quay.io/shivering-isles/postfix:3.9.3 + image: quay.io/shivering-isles/postfix:3.9.4 imagePullPolicy: IfNotPresent name: postmap resources: @@ -574,7 +574,7 @@ adds the postfix hostname to the sender_restrictions: - sh - -c - mkdir -p /var/spool/postfix/etc/ && cp /etc/resolv.conf /var/spool/postfix/etc/ - image: quay.io/shivering-isles/postfix:3.9.3 + image: quay.io/shivering-isles/postfix:3.9.4 imagePullPolicy: IfNotPresent name: fill-chroot resources: diff --git a/charts/mok/values.yaml b/charts/mok/values.yaml index e5ffc4656..f96ca1b40 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.3" + tag: "3.9.4" imagePullSecrets: [] -- GitLab