From 36c06141f8e21ba59f45871a0909ae003c31a277 Mon Sep 17 00:00:00 2001 From: Pierre Humberdroz Date: Fri, 20 Dec 2019 22:35:27 +0100 Subject: [PATCH] docs: point users to helm hub Signed-off-by: Pierre Humberdroz --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73fd189d7..745a60c2b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Helm is a tool for managing Charts. Charts are packages of pre-configured Kubern Use Helm to: -- Find and use [popular software packaged as Helm Charts](https://github.com/helm/charts) to run in Kubernetes +- Find and use [popular software packaged as Helm Charts](https://hub.helm.sh) to run in Kubernetes - Share your own applications as Helm Charts - Create reproducible builds of your Kubernetes applications - Intelligently manage your Kubernetes manifest files