From 6869a14015676a202ee5d45fb4d5315ed6c585d1 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Wed, 29 Jul 2026 08:27:44 +0200 Subject: [PATCH] manifests: hub 0.80.0 -> 0.81.0 (E-2 backup_target_absent event types) The manifest tag is what ArgoCD deploys; the code commit and CHANGELOG bump deploy nothing on their own. Ships BEFORE the controller: an event type the hub does not allowlist is answered 400 and the event vanishes. --- manifests/hub.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/hub.yaml b/manifests/hub.yaml index 65b740d..92e3617 100644 --- a/manifests/hub.yaml +++ b/manifests/hub.yaml @@ -125,7 +125,7 @@ spec: spec: containers: - name: hub - image: gitea.dooplex.hu/admin/felhom-hub:0.80.0 + image: gitea.dooplex.hu/admin/felhom-hub:0.81.0 ports: - containerPort: 8080 name: http