From afd312801a11bc9a13ae3c66d38de4ed375106a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Sat, 22 Nov 2025 21:55:45 +0000 Subject: [PATCH] modified: .gitea/workflows/monitoring-deploy.yaml --- .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 d2bb29c..5a45b5b 100644 --- a/.gitea/workflows/monitoring-deploy.yaml +++ b/.gitea/workflows/monitoring-deploy.yaml @@ -57,7 +57,7 @@ jobs: shell: bash run: | # add repo - helm repo add grafana https://grafana.github.io/helm-charts + helm repo add prometheus-community https://prometheus-community.github.io/helm-charts # Install & Upgrade helm upgrade --install prometheus-stack prometheus-community/kube-prometheus-stack \ --namespace monitoring \