diff --git a/pkg/downloader/manager.go b/pkg/downloader/manager.go index 52f1a1312..fc6c7a432 100644 --- a/pkg/downloader/manager.go +++ b/pkg/downloader/manager.go @@ -578,8 +578,7 @@ func (m *Manager) resolveRepoNames(deps []*chart.Dependency) (map[string]string, missing := []string{} for _, dd := range deps { // Don't map the repository, we don't need to download chart from charts directory - // When OCI is used there is no Helm repository - if dd.Repository == "" || registry.IsOCI(dd.Repository) { + if dd.Repository == "" { continue } // if dep chart is from local path, verify the path is valid