diff --git a/content/docs/how-to-run/helm-chart.md b/content/docs/how-to-run/helm-chart.md index 004fa4c..738dcb0 100644 --- a/content/docs/how-to-run/helm-chart.md +++ b/content/docs/how-to-run/helm-chart.md @@ -12,8 +12,8 @@ You can also view it on [Kubeapps Hub](https://hub.kubeapps.com/charts/stable/ch To install: ```bash -helm repo add stable https://kubernetes-charts.storage.googleapis.com -helm install stable/chartmuseum +helm repo add chartmuseum https://chartmuseum.github.io/charts +helm install chartmuseum/chartmuseum ``` -If interested in making changes, please submit a PR to kubernetes/charts. Before doing any work, please check for any [currently open pull requests](https://github.com/kubernetes/charts/pulls?q=is%3Apr+is%3Aopen+chartmuseum). Thanks! \ No newline at end of file +If interested in making changes, please submit a PR to kubernetes/charts. Before doing any work, please check for any [currently open pull requests](https://github.com/kubernetes/charts/pulls?q=is%3Apr+is%3Aopen+chartmuseum). Thanks!