From 43b2893ccefebd000796effb048b34eb6be903ac Mon Sep 17 00:00:00 2001 From: Marta Bulic Date: Thu, 21 May 2026 19:08:53 +0200 Subject: [PATCH] fix fastapi image registry --- manifests/app/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/app/deployment.yaml b/manifests/app/deployment.yaml index cca02de..110a77b 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: fastapi-api - image: git.fpmoz.sum.ba/martabulic/fastapi-todo-api:1.0 + image: martabulic/fastapi-todo-api:1.0 resources: requests: