diff --git a/daily-ledger/dl-subscription-deployment.yaml b/daily-ledger/dl-subscription-deployment.yaml index ba96e210..63508d42 100644 --- a/daily-ledger/dl-subscription-deployment.yaml +++ b/daily-ledger/dl-subscription-deployment.yaml @@ -33,7 +33,7 @@ spec: - bash - -c - python manage.py makemigrations && python manage.py migrate && python manage.py runserver 0.0.0.0:8000 - image: git.humbingo.org/docker/dailyledger-subscription:V1 + image: git.humbingo.org/docker/dailyledger-subscription:V2 name: dl-subscription ports: - containerPort: 8000