Joe Julian
Joe Julian
I'd walk this with a debugger and see if you can find the problem. https://github.com/helm/helm/blob/7ed9d16dc764a5b94b378a7e217865efaa0d9ac8/pkg/chartutil/dependencies.go#L93-L115.
How does this differ from #8371?
Sounds good
Actually, no meetings the rest of October. If one isn't any better than the other, we should just add the older one to the next minor release milestone and close...
@greed42 @diafour any comment about the difference of these two PRs?
Based on that analysis, I'll add #8371 to the v3.11.0 milestone and hope that the core maintainers have time to get it reviewed and merged.
I believe you're saying that #11456 is the better solution now? I'm happy to switch which PR's in the milestone. I can't duplicate the issue so I have to count...
Unfortunately this is considered a breaking change. A lot of folks scrape the output of helm and parse the text. Adding a field, however helpful it might be, would break...
I'll un-stale this with a couple ideas. What would happen if you created a file in `/charts/subchart/Files`? Would that file end up in the subchart's Files? What would happen if...
If you wish to implement such a feature, you should probably start with a Helm Improvement Proposal ([HIP](https://github.com/helm/community/blob/main/hips/hip-0001.md)).