modified: .gitea/workflows/monitoring-deploy.yaml
Some checks failed
Monitoring services CI/CD Pipeline / deploy (push) Failing after 25s

This commit is contained in:
2025-11-22 21:55:45 +00:00
parent c256253f72
commit afd312801a

View File

@@ -57,7 +57,7 @@ jobs:
shell: bash shell: bash
run: | run: |
# add repo # 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 # Install & Upgrade
helm upgrade --install prometheus-stack prometheus-community/kube-prometheus-stack \ helm upgrade --install prometheus-stack prometheus-community/kube-prometheus-stack \
--namespace monitoring \ --namespace monitoring \