docs: update links to Helm quickstart & using helm (#2443)

The documentation has been moved to another repository https://github.com/helm/helm-www (e.g. https://github.com/helm/helm-www/tree/master/content/en/docs) but I guess the better documentation is on the official documentation page without markdown meta informations.
This commit is contained in:
Prokop Simek
2020-04-28 15:40:19 +02:00
committed by GitHub
parent a0260eebfd
commit d3a83919bb
+1 -1
View File
@@ -36,7 +36,7 @@ $ helm repo add bitnami https://charts.bitnami.com/bitnami
Once you have installed the Helm client, you can deploy a Bitnami Helm Chart into a Kubernetes cluster.
Please refer to the [Quick Start guide](https://github.com/helm/helm/blob/master/docs/quickstart.md) if you wish to get running in just a few commands, otherwise the [Using Helm Guide](https://github.com/helm/helm/blob/master/docs/using_helm.md) provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.
Please refer to the [Quick Start guide](https://helm.sh/docs/intro/quickstart/) if you wish to get running in just a few commands, otherwise the [Using Helm Guide](https://helm.sh/docs/intro/using_helm/) provides detailed instructions on how to use the Helm client to manage packages on your Kubernetes cluster.
Useful Helm Client Commands:
* View available charts: `helm search repo`