diff --git a/production/helm/README.md b/production/helm/README.md index 3a851e4055275..3c6f81e930d45 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