From 5b5d689186055657b341dcb3fd1ec87db7b5b86b Mon Sep 17 00:00:00 2001 From: Aaron Roydhouse <aaron@roydhouse.com> Date: Fri, 3 Mar 2017 17:29:49 -0500 Subject: [PATCH] Link to the Helm Chart repository from the Helm project The current README makes no mention of the Chart repository or where to find it. You have to Google to find it or stumble upon it. It was frustrating to come to the Helm project and not easily be able to find where the chart repository was - even though I knew it existed. This patch will make that easier for others. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec559873c..da3242f8e 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ pre-configured Kubernetes resources. Use Helm to... -- Find and use popular software packaged as Kubernetes charts +- Find and use [popular software packaged as Kubernetes charts](https://github.com/kubernetes/charts) - Share your own applications as Kubernetes charts - Create reproducible builds of your Kubernetes applications - Intelligently manage your Kubernetes manifest files -- GitLab