Skip to content

Commit 42be148

Browse files
committed
[Superset] Added thrift package in default bootstrap script
1 parent e2dee37 commit 42be148

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/superset/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

charts/superset/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
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
},

0 commit comments

Comments
 (0)