changing info to error

Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
pull/30592/head
Robert Sirchia 7 months ago
parent 48f03d316b
commit a11f4c0026
No known key found for this signature in database
GPG Key ID: C2D40F4D8196E874

@ -356,7 +356,7 @@ func loadIndex(data []byte, source string) (*IndexFile, error) {
for name, cvs := range i.Entries { for name, cvs := range i.Entries {
for idx := len(cvs) - 1; idx >= 0; idx-- { for idx := len(cvs) - 1; idx >= 0; idx-- {
if cvs[idx] == nil { if cvs[idx] == nil {
slog.Info("skipping loading invalid entry for chart %q from %s: empty entry", name, source) slog.Error("skipping loading invalid entry for chart %q from %s: empty entry", name, source)
continue continue
} }
// When metadata section missing, initialize with no data // When metadata section missing, initialize with no data

Loading…
Cancel
Save