From a1c73aa850e531f2fc17c8f4b2554dc034171e0d Mon Sep 17 00:00:00 2001 From: sz11zs Date: Sat, 2 May 2026 19:31:44 +0200 Subject: [PATCH] update image version to 1.1 for testing probes --- k8s/deployment.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/k8s/deployment.yaml b/k8s/deployment.yaml index c4180c8..56648b9 100644 --- a/k8s/deployment.yaml +++ b/k8s/deployment.yaml @@ -17,7 +17,7 @@ spec: - name: gitea-creds containers: - name: moj-servis - image: git.fpmoz.sum.ba/sz11zs/moj-servis:1.0 + image: git.fpmoz.sum.ba/sz11zs/moj-servis:1.1 ports: - containerPort: 8000 @@ -56,4 +56,3 @@ spec: periodSeconds: 10 timeoutSeconds: 2 failureThreshold: 2 - \ No newline at end of file