/lib-helm

A Multi-tenant server-side Helm Library

Primary LanguageGoApache License 2.0Apache-2.0

Go Report Card Build Status Twitter

lib-helm

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.

Acknowledgement

Majority of the source code in this project has been taken from Helm project as evident from the license header in source files.