Skip to content

A Multi-tenant server-side Helm Library

License

Notifications You must be signed in to change notification settings

kubepack/lib-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.