You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to get a helm chart to build with subcharts, but there doesn't seem to be a way to get that to work. I tried to use the deps option of helm_package, and that works but only for one dep. If I specify two or more, only the most recent chart is included. The one chart that is included, everything is proper.
I'm not sure if the chart.metadata.json is supposed to list anything about the subcharts, but it does not.
the deps_manifest.json does list all the charts
I think this is a bug in the deps handling
The text was updated successfully, but these errors were encountered:
I added some tests in #97 which shows dependencies are working correctly, one thing that could be improved is that adding something to the deps attribute still requires you to add the dependency to your Chart.yaml. The rules should probably be updated to error if these two lists are not in sync. Can you double check your Chart.yaml is up to date?
I tried to get a helm chart to build with subcharts, but there doesn't seem to be a way to get that to work. I tried to use the
deps
option ofhelm_package
, and that works but only for one dep. If I specify two or more, only the most recent chart is included. The one chart that is included, everything is proper.chart.metadata.json
is supposed to list anything about the subcharts, but it does not.deps_manifest.json
does list all the chartsI think this is a bug in the
deps
handlingThe text was updated successfully, but these errors were encountered: