From 7b5f860a70a63f926910662bab0271a832b05431 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 9 Jun 2026 10:23:08 +0200 Subject: [PATCH] deploy(hub): bump manifests/hub.yaml image to v0.7.2 (host-domain ingest + storage_targets) Live hub was v0.6.3 (pre host-report endpoint); v0.7.0-v0.7.2 were changelogged but the manifest was never bumped. This deploys the host-domain ingest (slice 3) + storage_targets (slice 5 Phase A). Additive/idempotent migrate(); controller path untouched. Co-Authored-By: Claude Opus 4.8 (1M context) --- manifests/hub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/hub.yaml b/manifests/hub.yaml index 35f8892..f8497b2 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:v0.6.3 + image: gitea.dooplex.hu/admin/felhom-hub:v0.7.2 ports: - containerPort: 8080 name: http