diff --git a/superset/values.yaml b/superset/values.yaml index fe0f40a..66005fc 100644 --- a/superset/values.yaml +++ b/superset/values.yaml @@ -37,6 +37,7 @@ bootstrapScript: | rm -rf /var/lib/apt/lists/* && \ pip install \ psycopg2-binary==2.9.1 \ + elasticsearch-dbapi \ redis==3.5.3 && \ if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{ .Values.runAsUser }}" > ~/bootstrap; fi