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

Avoid name clashes when multiple Helm tasks run (in parallel) #6

Open
michaelsauter opened this issue Sep 11, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@michaelsauter
Copy link
Member

A few issues have been observed when multiple Helm tasks run, e.g. because there is more than one chart, or because the same chart should be deployed to multiple places:

  • the generated artifacts (such as the diff) should have the e.g. target cluster + source chart in the name
  • the packaged helm archive should have e.g. the source chart in the name to avoid race conditions if multiple tasks run in parallel
@michaelsauter michaelsauter added the bug Something isn't working label Sep 11, 2023
@michaelsauter
Copy link
Member Author

Transferring as a consequence of opendevstack/ods-pipeline#722.

@michaelsauter michaelsauter transferred this issue from opendevstack/ods-pipeline Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant