From 6bcac9c6bfa6e90c12eaa9b9ca230b67d69596d0 Mon Sep 17 00:00:00 2001 From: Nikhil Manchanda Date: Wed, 6 Feb 2019 23:52:00 -0800 Subject: [PATCH] Refer to ChartMuseum in Helm Documentation Update the Helm documentation to add a reference to ChartMuseum under the Chart Repositories section. Fixes issue #5208 Signed-off-by: Nikhil Manchanda --- docs/charts.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/charts.md b/docs/charts.md index 7bc4f0020..e3d7a21b7 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -846,6 +846,13 @@ remote repository servers. This is because doing so would add substantial requirements to an implementing server, and thus raise the barrier for setting up a repository. +### Chart Museum + +[ChartMuseum](https://github.com/helm/chartmuseum) is an open-source Helm Chart +Repository server written in Go, with support for various cloud storage +backends. It works as a valid Helm Chart Repository, and also provides an API +for uploading charts. + ## Chart Starter Packs The `helm create` command takes an optional `--starter` option that lets you