diff --git a/HelmChart/Public/oneuptime/values.schema.json b/HelmChart/Public/oneuptime/values.schema.json index 631b9694b0..9e0858dd9c 100644 --- a/HelmChart/Public/oneuptime/values.schema.json +++ b/HelmChart/Public/oneuptime/values.schema.json @@ -2132,6 +2132,15 @@ }, "additionalProperties": true }, + "openSourceDeployment": { + "type": "object", + "properties": { + "webhookUrl": { + "type": ["string", "null"] + } + }, + "additionalProperties": false + }, "aiAgent": { "type": "object", "properties": { diff --git a/HelmChart/Public/oneuptime/values.yaml b/HelmChart/Public/oneuptime/values.yaml index 3bcea8e5ef..225880a91f 100644 --- a/HelmChart/Public/oneuptime/values.yaml +++ b/HelmChart/Public/oneuptime/values.yaml @@ -1,3 +1,6 @@ +## Important: For developers and agents +## If you change the structure of this, please also update the values.schema.json file accordingly for better validation and autocompletion in IDEs. + global: storageClass: clusterDomain: &global-cluster-domain cluster.local