rancher / fleet

Deploy workloads from Git to large fleets of Kubernetes clusters
https://fleet.rancher.io/
Apache License 2.0
1.5k stars 226 forks source link

Feature Request: allow dependsOn to accept bundle = deployed even in case bundle is in status "modified" #2552

Open Martin-Weiss opened 3 months ago

Martin-Weiss commented 3 months ago

Is your feature request related to a problem?

When using "dependsOn" fleet seems to validate if a bundle is ready - but often bundles are in state "modified" and in this case the bundle is not accepted as "ready" and another bundle is not deployed as long as the first one is in "modified.

Solution you'd like

We should allow the state modified as well as ready for dependsOn situations. Maybe with another parameter

dependsOn:

or

or similar

Alternatives you've considered

not using dependencies -- but that is not a good option

Anything else?

No response