From 696778c5a8728a4c6491461f22a1d3d19056c794 Mon Sep 17 00:00:00 2001 From: JamesClonk Date: Fri, 26 May 2023 12:23:02 +0200 Subject: [PATCH] fix chart source for promtail --- deployments/promtail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/promtail.sh b/deployments/promtail.sh index 279577b..2ed452c 100755 --- a/deployments/promtail.sh +++ b/deployments/promtail.sh @@ -6,7 +6,7 @@ if [[ "$(basename ${PWD})" == "deployments" ]]; then cd .. fi -# chart source: https://github.com/prometheus-community/helm-charts +# chart source: https://github.com/grafana/helm-charts repository="https://grafana.github.io/helm-charts" chart="promtail" version="6.11.2"