From 88ad3f9972a764db1d49d5522d47843cee5f302d Mon Sep 17 00:00:00 2001 From: Joe McCall Date: Tue, 8 Jun 2021 16:13:05 -0400 Subject: [PATCH] Update the Helm chart source repository Link to the ChartMuseum repository instead of the official Kubernetes charts repository. --- content/docs/how-to-run/helm-chart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/how-to-run/helm-chart.md b/content/docs/how-to-run/helm-chart.md index 738dcb0..778a0db 100644 --- a/content/docs/how-to-run/helm-chart.md +++ b/content/docs/how-to-run/helm-chart.md @@ -6,7 +6,7 @@ weight: 13 draft: false --- -There is a [Helm chart for *ChartMuseum*](https://github.com/kubernetes/charts/tree/master/stable/chartmuseum) itself which can be found in the official Kubernetes Charts repository. +There is a [Helm chart for *ChartMuseum*](https://github.com/chartmuseum/charts/tree/main/src/chartmuseum) itself which can be found in the ChartMuseum repository. You can also view it on [Kubeapps Hub](https://hub.kubeapps.com/charts/stable/chartmuseum).