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