Skip to content

Commit

Permalink
fix(helm): allows extra top-level properties (apache#18174)
Browse files Browse the repository at this point in the history
* fix(helm): allows extra top-level properties

* chore: bump Chart version to 0.5.5
  • Loading branch information
ad-m authored and ofekisr committed Feb 8, 2022
1 parent 591e463 commit 186a08a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/superset/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm/superset/values.schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"replicaCount": {
"type": "integer"
Expand Down

0 comments on commit 186a08a

Please sign in to comment.