Skip to content

Commit

Permalink
docs: fix the out of date chartmuseum chart repo (#11)
Browse files Browse the repository at this point in the history
migrates the old chart repo path (googleapi) to the new home(chartmuseum.github.io).
  • Loading branch information
scbizu authored Apr 26, 2021
1 parent 561cd3c commit 285dd0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/docs/how-to-run/helm-chart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
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!

0 comments on commit 285dd0e

Please sign in to comment.