diff --git a/core/deployment/src/main/resources/helm/static/values.schema.json b/core/deployment/src/main/resources/helm/static/values.schema.json index b3986c543..403e1f7c0 100644 --- a/core/deployment/src/main/resources/helm/static/values.schema.json +++ b/core/deployment/src/main/resources/helm/static/values.schema.json @@ -4,10 +4,10 @@ "type": "object", "properties": { "watchNamespaces": { - "type": "String" + "type": "string" }, "version": { - "type": "String" + "type": "string" } } } \ No newline at end of file