A Multi-tenant server-side Helm Library
Helm, the Kubernetes package manager, implementation makes assumption about running from a single workstation. This library adapts the code from Helm project to remove any such assumptions and makes it possible to download & render charts on a multi-tenant server.
Majority of the source code in this project has been taken from Helm project as evident from the license header in source files.