rancher / charts-build-scripts

Apache License 2.0
9 stars 32 forks source link

Handle aliases in chart dependencies #106

Closed hardys closed 1 year ago

hardys commented 1 year ago

It's valid to have multiple dependencies with alternate aliases which currently are removed on chart generation.

One way to resolve this is just to operate directly on the dependencies list instead of generating a map keyed by name, which is less efficient but avoids the problem of removing valid dependencies that use aliases.

Fixes: rancher/charts-build-scripts#18

hardys commented 1 year ago

/cc @rohitsakala