From 51981d62f2eaf56260e5835610b13f77b4a56dd3 Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Tue, 4 Oct 2016 17:27:54 -0600 Subject: [PATCH] docs(using_helm): change reference from npm to CPAN/Fedora DB Closes #1271 --- docs/using_helm.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/using_helm.md b/docs/using_helm.md index eed798b38..155da24e5 100644 --- a/docs/using_helm.md +++ b/docs/using_helm.md @@ -17,7 +17,9 @@ cluster. Think of it like a Homebrew formula or an `apt` or `rpm` package for Kubernetes. A *Repository* is the place where charts can be collected and shared. -It's like `npm` for Kubernetes packages. +It's like Perl's [CPAN archive](http://www.cpan.org) or the +[Fedora Package Database](https://admin.fedoraproject.org/pkgdb/), but for +Kubernetes packages. A *Release* is an instance of a chart running in a Kubernetes cluster. One chart can often be installed many times into the same cluster. And