feat: Add inboundEmail configuration to values schema and bump version to 9.3.19

This commit is contained in:
Nawaz Dhandala
2026-01-14 17:53:10 +00:00
parent 3870a9ed08
commit 44c71bff85
2 changed files with 16 additions and 1 deletions

View File

@@ -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": {

View File

@@ -1 +1 @@
9.3.18
9.3.19