diff --git a/production/helm/README.md b/production/helm/README.md
index 3a851e4055275a72e6395aeaa27622b468034429..3c6f81e930d45e95ba82b86d12e29c2107794864 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
 ```
 
+If you have added it, need to update in case miss any sub-repo:
+
+```bash
+$ helm repo update
+```
+
 ## Deploy Loki and Promtail to your cluster
 
 ```bash