From 8d41455e39db51617d7476e5cc48577eb7fff158 Mon Sep 17 00:00:00 2001 From: Offending Commit Date: Wed, 3 Jun 2026 10:56:37 -0500 Subject: [PATCH] fix(helm): use http://json-schema.org/draft-07/schema# for Helm compatibility --- charts/openconcho/values.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/openconcho/values.schema.json b/charts/openconcho/values.schema.json index a0fd3d3..2b15f7b 100644 --- a/charts/openconcho/values.schema.json +++ b/charts/openconcho/values.schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json-schema.org/draft-07/schema", + "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "replicaCount": {