Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Martin-Weiss opened this issue Jun 25, 2024 · 0 comments

Comments

@Martin-Weiss
Copy link

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:

  • name: kubewarden-app
    status: ready

or

  • name: kubewarden-app
    status: ready, modified

or similar

Alternatives you've considered

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

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant