From 568b8e160fc8f3d2965ec3ac8a6d0fd6f20a860f Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Thu, 27 Jan 2022 18:58:19 +0100 Subject: [PATCH] fix(helm): allows extra top-level properties (#18174) * fix(helm): allows extra top-level properties * chore: bump Chart version to 0.5.5 --- helm/superset/Chart.yaml | 2 +- helm/superset/values.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/superset/Chart.yaml b/helm/superset/Chart.yaml index 7424f43b1..175c7261b 100644 --- a/helm/superset/Chart.yaml +++ b/helm/superset/Chart.yaml @@ -22,7 +22,7 @@ maintainers: - name: craig-rueda email: craig@craigrueda.com url: https://github.com/craig-rueda -version: 0.5.5 +version: 0.5.6 dependencies: - name: postgresql version: 10.2.0 diff --git a/helm/superset/values.schema.json b/helm/superset/values.schema.json index 13e695c22..55d175188 100644 --- a/helm/superset/values.schema.json +++ b/helm/superset/values.schema.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", - "additionalProperties": false, + "additionalProperties": true, "properties": { "replicaCount": { "type": "integer"