mirror of
https://github.com/helm/helm.git
synced 2026-08-04 15:10:47 +00:00
[#7696] Avoid crash in chart loader on unexpected file sequence
Make sure, that chart metadata is initialized by the time the processing of the chart is started. Signed-off-by: Lehel Gyuro <lehel@freemail.hu>
This commit is contained in:
@@ -93,7 +93,6 @@ func LoadFiles(files []*BufferedFile) (*chart.Chart, error) {
|
||||
}
|
||||
}
|
||||
for _, f := range files {
|
||||
c.Raw = append(c.Raw, &chart.File{Name: f.Name, Data: f.Data})
|
||||
switch {
|
||||
case f.Name == "Chart.yaml":
|
||||
// already processed
|
||||
|
||||
Reference in New Issue
Block a user