11.2 Adding Prometheus and Grafana Helm Repositories
- Add the Prometheus and Grafana Helm repositories by issuing the following
command:
The output will look similar to the following:helm repo add prometheus https://prometheus-community.github.io/helm-charts
"prometheus" has been added to your repositories
- Run the following command to update the
repositories:
The output will look similar to the following:helm repo update
Hang tight while we grab the latest from your chart repositories... ...Successfully got an update from the "stable" chart repository ...Successfully got an update from the "prometheus" chart repository ...Successfully got an update from the "prometheus-community" chart repository Update Complete. Happy Helming!