There are already two repositories added during the installation:
- https://kubernetes-charts.storage.googleapis.com/
- http://127.0.0.1:8879/charts
Let's add the repository from Microsoft:
helm repo add azure \
https://kubernetescharts.blob.core.windows.net/azure
Check the available repositories:
helm repo list
The output should be similar to the following:
To update the repository information, execute the following:
helm repo update
You can also remove repositories using theĀ remove parameter.