From 186a08ab65fe744fef4f017017f4ac025c4b0a86 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 7424f43b1ac21..175c7261b65b0 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 13e695c226456..55d175188b17a 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"