From 44c71bff85cd527d1971db7ca02978f6bb308475 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Wed, 14 Jan 2026 17:53:10 +0000 Subject: [PATCH] feat: Add inboundEmail configuration to values schema and bump version to 9.3.19 --- HelmChart/Public/oneuptime/values.schema.json | 15 +++++++++++++++ VERSION | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/HelmChart/Public/oneuptime/values.schema.json b/HelmChart/Public/oneuptime/values.schema.json index a470fe4d7f..040375651d 100644 --- a/HelmChart/Public/oneuptime/values.schema.json +++ b/HelmChart/Public/oneuptime/values.schema.json @@ -2080,6 +2080,21 @@ }, "additionalProperties": false }, + "inboundEmail": { + "type": "object", + "properties": { + "provider": { + "type": ["string", "null"] + }, + "domain": { + "type": ["string", "null"] + }, + "webhookSecret": { + "type": ["string", "null"] + } + }, + "additionalProperties": false + }, "keda": { "type": "object", "properties": { diff --git a/VERSION b/VERSION index e6f9fface1..9e0cd3a155 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.3.18 \ No newline at end of file +9.3.19 \ No newline at end of file