mirror of https://github.com/helm/helm
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>
(cherry picked from commit 7c9d636f40
)
release-3.11
parent
272f6b9d80
commit
4a3a268353
Loading…
Reference in new issue