Update pkg/downloader/manager.go

Co-authored-by: Evans Mungai <mbuevans@gmail.com>
Signed-off-by: Alik Khilazhev <7482065+alikhil@users.noreply.github.com>
pull/30855/head
Alik Khilazhev 7 days ago committed by GitHub
parent 6f01480d8a
commit 84f260e6b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -795,6 +795,7 @@ func (m *Manager) findChartURL(name, version, repoURL string, repos map[string]*
// The returned list of Chart paths is ordered from "leaf to root" so we can issue updates in
// the right order when iterating over this list.
func (m *Manager) locateLocalDependencies(baseChartPath string, resursive bool) ([]string, error) {
slog.Debug("locating local dependencies", "baseChartPath", baseChartPath, "resursive", resursive)
reversedDeps := []string{}
baseChart, err := m.loadChartDir(baseChartPath)

Loading…
Cancel
Save