Update helm-intro.md

helm stable repo has moved. see helm blog for details https://helm.sh/blog/new-location-stable-incubator-charts/
This commit is contained in:
Kait Browne
2021-12-22 18:09:07 -05:00
committed by GitHub
parent 3e514713af
commit 2e3dc760ab

View File

@@ -244,7 +244,7 @@ fine for personal and development clusters.)
- Add the `stable` repo:
```bash
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo add stable https://charts.helm.sh/stable
```
]