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
{{ message }}
This repository has been archived by the owner on Aug 23, 2023. It is now read-only.
After you have helm 3 support my request is to support folders where the folder is not the chart name with a single level of depth.
My understanding is the tool currently supports charts in this format
folder/chart1 folder/chart2
Where folder must only contain folders that contain charts as you try to run helm dep up even if the sub folder does not contain a Chart.yaml.
My request is as follows helm/Chart.yaml
helm is just a folder that happens to contain a single chart this name could be anything. Helm 3 removes the need for the folder name to match what's in the Chart.yaml.
Currently, if I point this tool to the root folder it will attempt to resolve every folder as a helm chart and if I point it to helm it will attempt to resolve every folder inside of that folder as a chart. Neither of which are valid in my situation.
The text was updated successfully, but these errors were encountered:
Ah cool didn't know that that has changed with helm 3.
That sounds like a good idea. Not sure if I'll have time to add this myself but I'd be happy to merge PRs which implement this.
After you have helm 3 support my request is to support folders where the folder is not the chart name with a single level of depth.
My understanding is the tool currently supports charts in this format
folder/chart1
folder/chart2
Where
folder
must only contain folders that contain charts as you try to runhelm dep up
even if the sub folder does not contain a Chart.yaml.My request is as follows
helm/Chart.yaml
helm
is just a folder that happens to contain a single chart this name could be anything. Helm 3 removes the need for the folder name to match what's in the Chart.yaml.Currently, if I point this tool to the root folder it will attempt to resolve every folder as a helm chart and if I point it to
helm
it will attempt to resolve every folder inside of that folder as a chart. Neither of which are valid in my situation.The text was updated successfully, but these errors were encountered: