diff --git a/production/helm/README.md b/production/helm/README.md
index 3a851e4055275a72e6395aeaa27622b468034429..833a1325eeaa71a5c3a56f33e2a6c1b242e95b7c 100644
--- a/production/helm/README.md
+++ b/production/helm/README.md
@@ -10,6 +10,12 @@ Loki's chart repository to Helm:
 $ helm repo add loki https://grafana.github.io/loki/charts
 ```
 
+You can update the chart repository by running:
+
+```bash
+$ helm repo update
+```
+
 ## Deploy Loki and Promtail to your cluster
 
 ```bash