From f4e2dccc2338801c61515384d89fa73a35e09158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 20:56:25 +0000 Subject: [PATCH] add helm --- .gitea/workflows/monitoring-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/monitoring-deploy.yaml b/.gitea/workflows/monitoring-deploy.yaml index d5f0a81..c6d76db 100644 --- a/.gitea/workflows/monitoring-deploy.yaml +++ b/.gitea/workflows/monitoring-deploy.yaml @@ -43,5 +43,5 @@ jobs: helm repo add grafana https://grafana.github.io/helm-charts # Install & Upgrade helm upgrade --install promtail grafana/promtail --namespace monitoring \ - --values=./promtail/values.yaml --set config.clients.url=${{ secrets.LOKI_URL }} + --values=./monitoring/promtail/values.yaml --set config.clients.url=${{ secrets.LOKI_URL }}