From 23338763c8787f60fa93bb44f2146377a77cc7b1 Mon Sep 17 00:00:00 2001 From: Jenkins Date: Wed, 9 Apr 2025 13:39:56 +0000 Subject: [PATCH] Jenkins Build Update V1 --- 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 d734aaf5..ba96e210 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:v33 + image: git.humbingo.org/docker/dailyledger-subscription:V1 name: dl-subscription ports: - containerPort: 8000