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.10
25+ version : 0.1.11
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 4545 "title" : " Bootstrap init script" ,
4646 "type" : " string" ,
4747 "render" : " textArea" ,
48- "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"
48+ "default" : " #!/bin/bash \n pip install \\\n duckdb-engine \\\n psycopg2-binary \\\n sqlalchemy-trino \\\n PyHive \\\n elasticsearch-dbapi \\\n thrift \\\n redis && \\\n if [ ! -f ~/bootstrap ]; then echo \" Running Superset with uid {{ .Values.runAsUser }}\" > ~/bootstrap; fi"
4949 }
5050 }
5151 },
You can’t perform that action at this time.
0 commit comments