File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type: application
2222# This is the chart version. This version number should be incremented each time you make changes
2323# to the chart and its templates, including the app version.
2424# Versions are expected to follow Semantic Versioning (https://semver.org/)
25- version : 0.1.7
25+ version : 0.1.8
2626
2727# This is the version number of the application being deployed. This version number should be
2828# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change 11{
2- "$schema" : " http://json-schema.org/schema# " ,
2+ "$schema" : " http://json-schema.org/draft-07/ schema" ,
33 "type" : " object" ,
44 "properties" : {
55 "superset" : {
6- "description " : " superset specific configuration" ,
6+ "title " : " Superset configuration" ,
77 "type" : " object" ,
8- "title" : " superset" ,
98 "properties" : {
109 "init" : {
11- "description " : " init " ,
10+ "title " : " Credentials " ,
1211 "type" : " object" ,
13- "title" : " superset" ,
1412 "properties" : {
1513 "adminUser" : {
16- "type" : " object" ,
1714 "title" : " Admin user" ,
15+ "type" : " object" ,
1816 "properties" : {
1917 "username" : {
18+ "title" : " User name" ,
2019 "type" : " string" ,
21- "title" : " Admin user" ,
2220 "default" : " admin" ,
2321 "x-form" : {
2422 "value" : " {{project.id}}"
2826 }
2927 },
3028 "password" : {
29+ "title" : " Password" ,
3130 "type" : " string" ,
32- "description" : " Password" ,
3331 "default" : " changeme" ,
3432 "render" : " password" ,
3533 "x-form" : {
4442 }
4543 },
4644 "bootstrapScript" : {
47- "description " : " bootstrap script" ,
45+ "title " : " Bootstrap init script" ,
4846 "type" : " string" ,
4947 "render" : " textArea" ,
5048 "default" : " #!/bin/bash \n pip install \\\n duckdb-engine \\\n psycopg2-binary \\\n sqlalchemy-trino \\\n PyHive \\\n elasticsearch-dbapi \\\n redis && \\\n if [ ! -f ~/bootstrap ]; then echo \" Running Superset with uid {{ .Values.runAsUser }}\" > ~/bootstrap; fi"
You can’t perform that action at this time.
0 commit comments