[#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>
pull/8948/head
Lehel Gyuro 4 years ago
parent 8abb44f218
commit 27807e1bb5

@ -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

Loading…
Cancel
Save