Use alembic-3 since we're installing python3-alembic
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
c592b62a49
commit
86234e8062
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ items:
|
|||
failurePolicy: Abort
|
||||
execNewPod:
|
||||
containerName: release-monitoring-web
|
||||
command: [ /bin/sh, -i, -c, "alembic -c /etc/anitya/alembic.ini upgrade head" ]
|
||||
command: [ /bin/sh, -i, -c, "alembic-3 -c /etc/anitya/alembic.ini upgrade head" ]
|
||||
volumes:
|
||||
- config-volume
|
||||
type: Rolling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue