From 4c985000a85be84a234003525394555edc83b28a Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 4 Apr 2026 07:03:46 -0300 Subject: [PATCH] hecate(reconcile): fix helmrelease annotate all-namespaces --- internal/cluster/orchestrator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/cluster/orchestrator.go b/internal/cluster/orchestrator.go index 52a4596..e0b14ab 100644 --- a/internal/cluster/orchestrator.go +++ b/internal/cluster/orchestrator.go @@ -461,8 +461,8 @@ func (o *Orchestrator) resumeFluxAndReconcile(ctx context.Context) error { if _, err := o.kubectl( ctx, 25*time.Second, - "-A", "annotate", + "--all-namespaces", "helmreleases.helm.toolkit.fluxcd.io", "--all", "reconcile.fluxcd.io/requestedAt="+now,