From a7acae11fe0b8ceb645c4b2033114b06ab559f0a Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 23 Feb 2026 15:09:08 +0100 Subject: [PATCH] fix: hub manifest image tag needs v prefix Co-Authored-By: Claude Opus 4.6 --- manifests/hub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/hub.yaml b/manifests/hub.yaml index 0a2fa81..8130def 100644 --- a/manifests/hub.yaml +++ b/manifests/hub.yaml @@ -117,7 +117,7 @@ spec: spec: containers: - name: hub - image: gitea.dooplex.hu/admin/felhom-hub:0.4.1 + image: gitea.dooplex.hu/admin/felhom-hub:v0.4.1 ports: - containerPort: 8080 name: http