Skip to content

Commit 6b1ea0a

Browse files
committed
superset clean
1 parent d795635 commit 6b1ea0a

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.0
25+
version: 0.1.1
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
@@ -46,7 +46,7 @@
4646
"description": "bootstrap script",
4747
"type": "string",
4848
"render": "textArea",
49-
"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"
49+
"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"
5050
}
5151
}
5252
},

0 commit comments

Comments
 (0)