Helm repository management

There are already two repositories added during the installation:

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.