fix: add missing concurrency option to List
Signed-off-by: Viktor Oreshkin <imselfish@stek29.rocks>
This commit is contained in:
parent
cb780be6bd
commit
ebf0f370a1
|
|
@ -554,6 +554,7 @@ func (a *App) ListReleases(c ListConfigProvider) error {
|
||||||
err = run.withPreparedCharts("list", state.ChartPrepareOptions{
|
err = run.withPreparedCharts("list", state.ChartPrepareOptions{
|
||||||
SkipRepos: true,
|
SkipRepos: true,
|
||||||
SkipDeps: true,
|
SkipDeps: true,
|
||||||
|
Concurrency: 2,
|
||||||
}, func() {
|
}, func() {
|
||||||
rel, err := a.list(run)
|
rel, err := a.list(run)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue