From e9679a294e5a0c737278b6ce19001419c687e7ba Mon Sep 17 00:00:00 2001 From: KAJO4422 Date: Mon, 6 Apr 2026 19:01:21 +0200 Subject: [PATCH] fix: docker hub image --- 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 bcfdf9e..52fe7bf 100644 --- a/k8s/moj-servis/deployment.yaml +++ b/k8s/moj-servis/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: moj-servis - image: git.fpmoz.sum.ba/ivan-kajo/moj-servis:1.0 + image: ivankajo/moj-servis:2.0 ports: - containerPort: 8000 resources: