From f35749b2905ef441842049f2de1555a9a676b1c9 Mon Sep 17 00:00:00 2001 From: Marta Bulic Date: Thu, 21 May 2026 18:51:42 +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 45be542..110a77b 100644 --- a/manifests/app/deployment.yaml +++ b/manifests/app/deployment.yaml @@ -21,7 +21,7 @@ spec: spec: containers: - name: fastapi-api - image: dvasic/fastapi-todo-api:1.0 + image: martabulic/fastapi-todo-api:1.0 resources: requests: