From f7f46053d96d269a9a07a8fda65d24536e5975ae Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Tue, 10 Jun 2025 06:09:01 +0000 Subject: [PATCH] chore(deps): update quay.io/shivering-isles/postfix docker tag to v3.10.2 --- charts/mok/README.md | 4 +--- charts/mok/values.yaml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/charts/mok/README.md b/charts/mok/README.md index f81233df6..ca74e863e 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 f96ca1b40..ad62378dc 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: [] -- GitLab