From c679ab3ee256fef8394f17fdbe8a13996f769e56 Mon Sep 17 00:00:00 2001 From: rrussell0 <162748660+rrussell0@users.noreply.github.com> Date: Wed, 20 Nov 2024 12:08:11 -0800 Subject: [PATCH] Update _index.md to remove loki-stack reference Changes reference to loki-stack to loki as loki-stack is deprecated --- docs/sources/setup/install/helm/install-monolithic/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup/install/helm/install-monolithic/_index.md b/docs/sources/setup/install/helm/install-monolithic/_index.md index fe790b0b6f890..7abefd98961ab 100644 --- a/docs/sources/setup/install/helm/install-monolithic/_index.md +++ b/docs/sources/setup/install/helm/install-monolithic/_index.md @@ -197,7 +197,7 @@ In this configuration, we need to make sure to update the `commonConfig.replicat 1. Deploy Loki using the configuration file `values.yaml`: ```bash - helm install loki grafana/loki-stack -f values.yaml + helm install loki grafana/loki -f values.yaml ``` 1. Install or upgrade the Loki deployment. - To install: