diff --git a/pkg/downloader/manager.go b/pkg/downloader/manager.go index 9c05b5b22..0477e7e62 100644 --- a/pkg/downloader/manager.go +++ b/pkg/downloader/manager.go @@ -172,6 +172,7 @@ func (m *Manager) Update(recursive bool) error { } func (m *Manager) doUpdate(chartPath string) error { + slog.Debug("update chart dependencies", "chartPath", chartPath) c, err := m.loadChartDir(chartPath) if err != nil { return err