Skip to content

Commit c9b1453

Browse files
upgrade sqlalchmey versions
1 parent 9b42ce1 commit c9b1453

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/hooks/database_pre_install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ spec:
5757
- secretRef:
5858
name: db-migrations-secret
5959
# The actual migrations command
60-
command: ["sh","-c", "cd shared; export PYTHONPATH=/app; pip install sqlalchemy-utils==0.36.6;python /app/play_and_scripts/scripts/create_database.py; alembic upgrade head"]
60+
command: ["sh","-c", "cd shared; export PYTHONPATH=/app; pip install sqlalchemy-utils==0.41.1;python /app/play_and_scripts/scripts/create_database.py; alembic upgrade head"]

templates/hooks/database_pre_upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
- secretRef:
4848
name: db-migrations-secret
4949
# The actual migrations command
50-
command: ["sh","-c", "cd shared; export PYTHONPATH=/app; pip install sqlalchemy-utils==0.36.6;python /app/play_and_scripts/scripts/create_database.py; alembic upgrade head"]
50+
command: ["sh","-c", "cd shared; export PYTHONPATH=/app; pip install sqlalchemy-utils==0.41.1;python /app/play_and_scripts/scripts/create_database.py; alembic upgrade head"]
5151

5252
{{ if .Values.nodeGroupLabel }}
5353
nodeSelector:

0 commit comments

Comments
 (0)