From 4e7a4eab28cd98b60f3332ad63880689b75d010b Mon Sep 17 00:00:00 2001 From: "loki-gh-app[bot]" <160051081+loki-gh-app[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 11:42:43 -0500 Subject: [PATCH] chore(docs): Fix link to helm chart values.yaml (backport release-3.6.x) (#19963) Co-authored-by: Paul Rogers <129207811+paul1r@users.noreply.github.com> --- docs/sources/operations/meta-monitoring/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/operations/meta-monitoring/deploy.md b/docs/sources/operations/meta-monitoring/deploy.md index 5912293a6e..09d4990246 100644 --- a/docs/sources/operations/meta-monitoring/deploy.md +++ b/docs/sources/operations/meta-monitoring/deploy.md @@ -93,7 +93,7 @@ Now that you have prepared your environment and collected the necessary credenti 1. Download the `values.yaml` file from the Kubernetes Monitoring Helm chart repository: ```bash - curl -O https://raw.githubusercontent.com/grafana/loki/main/production/meta-monitoring/values.yaml + curl -O https://raw.githubusercontent.com/grafana/loki/main/production/helm/meta-monitoring/values.yaml ``` 1. Open the `values.yaml` file in a text editor of your choosing and add the Prometheus and Loki endpoints.