From 92901b16477d2bfe26723c706bad85da310acbf3 Mon Sep 17 00:00:00 2001 From: Nawaz Dhandala Date: Tue, 10 Feb 2026 15:23:15 +0000 Subject: [PATCH] feat: add openSourceDeployment schema and update values.yaml documentation --- HelmChart/Public/oneuptime/values.schema.json | 9 +++++++++ HelmChart/Public/oneuptime/values.yaml | 3 +++ 2 files changed, 12 insertions(+) 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