Closed magner669 closed 8 months ago
When we run a multi project buiid the task helmUpdateRepositories is executed in parallel.
This is flaky especially when the repository index is large, because the index file is shared between all projects.
One possible solution is to avoid using the shared directory, use a project local directory.
Fixed via #19
@kngk1, thank you.
When we run a multi project buiid the task helmUpdateRepositories is executed in parallel.
This is flaky especially when the repository index is large, because the index file is shared between all projects.
One possible solution is to avoid using the shared directory, use a project local directory.