From 7813b1540de5fdcf26c203d4699239b84d17a41b Mon Sep 17 00:00:00 2001 From: WrenIX Date: Tue, 7 Jan 2025 15:42:47 +0100 Subject: [PATCH] fix(stalwart-mail): add default allowed-ip for health-check --- stalwart-mail/Chart.yaml | 2 +- stalwart-mail/README.md | 3 ++- stalwart-mail/values.yaml | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/stalwart-mail/Chart.yaml b/stalwart-mail/Chart.yaml index 23a65d9..63d66d0 100644 --- a/stalwart-mail/Chart.yaml +++ b/stalwart-mail/Chart.yaml @@ -3,7 +3,7 @@ name: stalwart-mail description: Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP) icon: https://stalw.art/img/apple-touch-icon.png type: application -version: 0.0.20 +version: 0.0.21 # renovate: image=docker.io/stalwartlabs/mail-server appVersion: "0.11.1" maintainers: diff --git a/stalwart-mail/README.md b/stalwart-mail/README.md index 8e21e27..9407581 100644 --- a/stalwart-mail/README.md +++ b/stalwart-mail/README.md @@ -7,7 +7,7 @@ description: "Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One M # stalwart-mail -![Version: 0.0.20](https://img.shields.io/badge/Version-0.0.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.1](https://img.shields.io/badge/AppVersion-0.11.1-informational?style=flat-square) +![Version: 0.0.21](https://img.shields.io/badge/Version-0.0.21-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.1](https://img.shields.io/badge/AppVersion-0.11.1-informational?style=flat-square) Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP) @@ -89,6 +89,7 @@ helm uninstall stalwart-mail-release | config.metrics.prometheus.auth.secret | string | `"%{env:METRICS_SECRET}%"` | | | config.metrics.prometheus.auth.username | string | `"%{env:METRICS_USERNAME}%"` | | | config.metrics.prometheus.enable | bool | `true` | | +| config.server.allowed-ip."10.42.0.1/16" | string | `""` | | | config.server.listener.http.bind[0] | string | `"[::]:80"` | | | config.server.listener.http.protocol | string | `"http"` | | | config.server.listener.https.bind[0] | string | `"[::]:443"` | | diff --git a/stalwart-mail/values.yaml b/stalwart-mail/values.yaml index 30ec5c9..29efe2e 100644 --- a/stalwart-mail/values.yaml +++ b/stalwart-mail/values.yaml @@ -62,6 +62,8 @@ config: bind: ["[::]:443"] tls: implicit: true + allowed-ip: + "10.42.0.1/16": "" storage: data: "rocksdb"