diff --git a/pkg/app/app.go b/pkg/app/app.go index 7070c2f9..4bdf4a39 100644 --- a/pkg/app/app.go +++ b/pkg/app/app.go @@ -552,8 +552,9 @@ func (a *App) ListReleases(c ListConfigProvider) error { if c.WithPreparedCharts() { err = run.withPreparedCharts("list", state.ChartPrepareOptions{ - SkipRepos: true, - SkipDeps: true, + SkipRepos: true, + SkipDeps: true, + Concurrency: 2, }, func() { rel, err := a.list(run) if err != nil {