mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
chore: Bump redis to 4.5.4 (#23845)
This commit is contained in:
@@ -141,8 +141,7 @@ connect to those datasources in your Superset installation:
|
||||
```yaml
|
||||
bootstrapScript: |
|
||||
#!/bin/bash
|
||||
pip install psycopg2==2.9.1 \
|
||||
redis==3.2.1 \
|
||||
pip install psycopg2==2.9.6 \
|
||||
sqlalchemy-bigquery==1.5.0 \
|
||||
elasticsearch-dbapi==0.2.5 &&\
|
||||
if [ ! -f ~/bootstrap ]; then echo "Running Superset with uid {{ .Values.runAsUser }}" > ~/bootstrap; fi
|
||||
|
||||
Reference in New Issue
Block a user