From e72b8b8b453253363b3e77243b30fe92c1bdbf6e Mon Sep 17 00:00:00 2001 From: Cyril Jouve Date: Tue, 25 Jun 2024 18:22:08 +0200 Subject: [PATCH] [mailpit] 1.18.7 --- 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 bba66ac..8b31588 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.18.0 -appVersion: 1.18.5 +version: 0.18.1 +appVersion: 1.18.7 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts diff --git a/charts/mailpit/values.yaml b/charts/mailpit/values.yaml index afc785c..2c44b65 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.18.5 + tag: v1.18.7 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'