From 8b44e35b15fde8fa2e418fb6820ce3736afb09e2 Mon Sep 17 00:00:00 2001 From: Cyril Jouve Date: Tue, 11 Feb 2025 00:20:41 +0100 Subject: [PATCH] [mailpit] bump 1.22.2 --- charts/mailpit/Chart.yaml | 4 ++-- charts/mailpit/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mailpit/Chart.yaml b/charts/mailpit/Chart.yaml index dc03875..0e4486f 100644 --- a/charts/mailpit/Chart.yaml +++ b/charts/mailpit/Chart.yaml @@ -3,8 +3,8 @@ name: mailpit description: An email and SMTP testing tool with API for developers icon: https://raw.githubusercontent.com/axllent/mailpit/develop/server/ui/mailpit.svg type: application -version: 0.22.0 -appVersion: 1.22.0 +version: 0.22.2 +appVersion: 1.22.2 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts diff --git a/charts/mailpit/values.yaml b/charts/mailpit/values.yaml index d4cac90..18317ef 100644 --- a/charts/mailpit/values.yaml +++ b/charts/mailpit/values.yaml @@ -34,7 +34,7 @@ global: image: registry: docker.io repository: axllent/mailpit - tag: v1.22.0 + tag: v1.22.2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'