modified: .gitea/workflows/monitoring-deploy.yaml
Some checks failed
Monitoring services CI/CD Pipeline / deploy (push) Failing after 25s
Some checks failed
Monitoring services CI/CD Pipeline / deploy (push) Failing after 25s
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user