fix(helm): use http://json-schema.org/draft-07/schema# for Helm compatibility
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://json-schema.org/draft-07/schema",
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"replicaCount": {
|
"replicaCount": {
|
||||||
|
|||||||
Reference in New Issue
Block a user