fix(helm): allows extra top-level properties (#18174)

* fix(helm): allows extra top-level properties

* chore: bump Chart version to 0.5.5
This commit is contained in:
Adam Dobrawy
2022-01-27 18:58:19 +01:00
committed by GitHub
parent a4e93afdbf
commit 568b8e160f
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"additionalProperties": true,
"properties": {
"replicaCount": {
"type": "integer"