From 07709fd4362ddee51f246cc597698b21e6f7be91 Mon Sep 17 00:00:00 2001 From: Mihael Janjic Date: Tue, 7 Apr 2026 12:02:42 +0200 Subject: [PATCH] fix link capitalization for Gitea registry --- k8s/moj-servis/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/moj-servis/deployment.yaml b/k8s/moj-servis/deployment.yaml index 5007503..5a05f7a 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -18,7 +18,7 @@ spec: - name: gitea-creds containers: - name: moj-servis - image: git.fpmoz.sum.ba/MihaelJanjic/moj-servis:1.0 + image: git.fpmoz.sum.ba/mihaeljanjic/moj-servis:1.0 ports: - containerPort: 8000 resources: