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 \