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

fix: Make it possible to sort charts with same name #30

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

dadav
Copy link
Owner

@dadav dadav commented Jun 8, 2024

This makes the topsort function easier to read. Added some comments and changed the variable names.
Also, I changed the identification of the charts (during sorting) to chart name + version. This should make it possible to have dependencies with the same name. It's only a problem if the version is also identical...

So this should fix #27 ...kind of

@dadav dadav merged commit 50d2223 into main Jun 8, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm dependency that shares the same chart name dont get picked up
1 participant