fix(helm): use http://json-schema.org/draft-07/schema# for Helm compatibility

This commit is contained in:
Offending Commit
2026-06-03 10:56:37 -05:00
parent 411227046a
commit 8d41455e39

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://json-schema.org/draft-07/schema",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"replicaCount": {