From e382960a9979a51e64c64f7dd85992de0a86b031 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 21 May 2025 15:09:17 +0000 Subject: [PATCH] Jenkins Build Update V3 --- daily-ledger/dl-subscription-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily-ledger/dl-subscription-deployment.yaml b/daily-ledger/dl-subscription-deployment.yaml index 63508d42..103f3e02 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:V2 + image: git.humbingo.org/docker/dailyledger-subscription:V3 name: dl-subscription ports: - containerPort: 8000