Files
helm/pkg
Matt Farina 7c9d636f40 Fix goroutine leak in action install
During the install process there was a place where an install
process could be stuck trying to write to a channel. This would
happen when a context had completed prior to performInstall
finishing. In a short running Helm Client this was not a problem.
But, for long running applications that use Helm as an SDK there
are problems where a memory leak ends up happening due to
goroutines never being able to complete.

This fix provides a means for performInstall to write to its
channel using the method already used to fix the upgrade
issue of the same kind.

Fixes #11805

Signed-off-by: Matt Farina <matt.farina@suse.com>
2023-04-10 16:45:41 -04:00
..
2023-03-22 11:52:30 -04:00
2023-03-22 11:52:30 -04:00
2023-03-22 11:29:26 -04:00
2023-03-22 11:29:26 -04:00
2023-03-22 11:52:30 -04:00
2022-04-14 07:56:31 -07:00
2023-03-22 11:52:30 -04:00
2023-03-28 15:10:19 +02:00
2023-03-22 11:52:30 -04:00
2023-03-22 11:29:26 -04:00
2023-03-22 11:52:30 -04:00
2023-03-22 11:52:30 -04:00
2023-03-22 11:52:30 -04:00
2020-09-23 23:32:56 +02:00
2023-03-22 11:29:26 -04:00