From dc7bcedb42e4db4f6ddb7d0e915b2b02a9f0c655 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Wed, 15 Jul 2026 18:29:22 +0200 Subject: [PATCH] manifests: hub 0.56.0 + PBSDRHEAL_ONLY_HOST=demo-vm-felhom-2f4b00 (supervised rollout) Deploy the PBS-DR self-heal reconciler scoped to the drill guest only for the first supervised run; widen to the fleet (remove the env) in a follow-up sync once the converged-host no-op is confirmed live. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01HEPuEwyyGDJdcsXLFsTWJn --- manifests/hub.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/manifests/hub.yaml b/manifests/hub.yaml index b3aa714..b929a76 100644 --- a/manifests/hub.yaml +++ b/manifests/hub.yaml @@ -125,13 +125,18 @@ spec: spec: containers: - name: hub - image: gitea.dooplex.hu/admin/felhom-hub:0.55.0 + image: gitea.dooplex.hu/admin/felhom-hub:0.56.0 ports: - containerPort: 8080 name: http env: - name: TZ value: "Europe/Budapest" + # PBS-DR self-heal reconciler (v0.56.0) — SUPERVISED FIRST ROLLOUT: scope the work set to + # the drill guest only until the converged-host no-op is confirmed live on the fleet. + # WIDENING = remove this env (empty ⇒ whole fleet, the steady state) in a follow-up sync. + - name: PBSDRHEAL_ONLY_HOST + value: "demo-vm-felhom-2f4b00" # Phase 2 managed updates: global controller-version FLOOR fallback. Any reporting box below # this auto-updates to it (unless a per-customer override is set via the operator UI). - name: DEFAULT_MIN_CONTROLLER_VERSION