chore: Bump redis to 4.5.4 (#23845)

This commit is contained in:
EugeneTorap
2023-04-28 11:46:56 +03:00
committed by GitHub
parent 07381834f8
commit dab038c005
9 changed files with 12 additions and 11 deletions

View File

@@ -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