I have mostly successfully set up a multi tenant flux cluster with currently two namespaces managed by flux.
It basically works in the sense that a new tag in the registry triggers an update in the namespace repository and then in the namespace.
The remaining problem is, that
fluxctl list-images --k8s-fwd-ns=xxx --workload=deployment/xxx
returns nothing.
What might be the cause?