diff --git a/pkg/repo/index.go b/pkg/repo/index.go index 8a23ba060..f2d8332a3 100644 --- a/pkg/repo/index.go +++ b/pkg/repo/index.go @@ -367,6 +367,7 @@ func loadIndex(data []byte, source string) (*IndexFile, error) { cvs = append(cvs[:idx], cvs[idx+1:]...) } } + i.Entries[name] = cvs } i.SortEntries() if i.APIVersion == "" {