Is there an existing issue for this?
Current Behavior
When installing the following appco istio chart https://github.com/rancher/fleet-examples/tree/master/appco by fleet, using the 109.0.0+up0.15.0-alpha.10 fleet version, even with all the resources active the app bundles stay with modified status.
When the Bundle is installed, it remains in the following state:


When reviewing the resources, the istiod resource appears with the status Modified

However, when inspecting the istiod Deployment directly, it is actually in the Active state

When installing the same AppCo Istio chart https://github.com/rancher/fleet-examples/tree/master/appco using Fleet version 109.0.0+up0.15.0-alpha.4, the installation completes successfully and the status transitions as expected
Expected Behavior
The AppBundle status should change to Active once all related resources are in the Active state
Steps To Reproduce
- Create an AppBundle using the repository: https://github.com/rancher/fleet-examples/tree/master/appco
- Wait until all resources reach the Active state.
- The AppBundle remains in the Modified status, even after all resources are active.
Environment
- Architecture:amd64
- Rancher Version: head
- Fleet Version:109.0.0+up0.15.0-alpha.10
- Cluster:
- Provider: RKE2
- Kubernetes Version:v1.32.5+rke2r1
Logs
Anything else?
No response