From 5498b27ad69f829c135b6ebb246d63e95f4c1ffe Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Tue, 23 Apr 2024 11:12:00 +0100 Subject: [PATCH] Add repo update step Signed-off-by: Michel Hollands --- docs/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/installation.md b/docs/installation.md index bbfab47..769b4fb 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -33,6 +33,12 @@ helm repo add grafana https://grafana.github.io/helm-charts ``` +1. Fetch the latest charts from the grafana repo + + ``` + helm repo update grafana + ``` + 1. Install this helm chart