diff --git a/charts/superset/Chart.yaml b/charts/superset/Chart.yaml index dd3641a..2f41763 100644 --- a/charts/superset/Chart.yaml +++ b/charts/superset/Chart.yaml @@ -22,7 +22,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.6 +version: 0.1.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/superset/values.schema.json b/charts/superset/values.schema.json index 38f7fd1..70c9abf 100644 --- a/charts/superset/values.schema.json +++ b/charts/superset/values.schema.json @@ -31,13 +31,14 @@ "type": "string", "description": "Password", "default": "changeme", + "render": "password", "x-form": { "value": "{{project.password}}" }, "x-onyxia": { "overwriteDefaultWith": "{{project.password}}" } - } + } } } } @@ -89,7 +90,7 @@ "hidden": true, "overwriteDefaultWith": "{{k8s.ingressClassName}}" } - } + } } }, "userPreferences": { @@ -116,6 +117,6 @@ } } } - } + } }