add helm
Some checks are pending
Monitoring services CI/CD Pipeline / deploy (push) Waiting to run
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 17s

This commit is contained in:
2025-11-22 20:56:25 +00:00
parent 67dc4af2f6
commit f4e2dccc23

View File

@@ -43,5 +43,5 @@ jobs:
helm repo add grafana https://grafana.github.io/helm-charts helm repo add grafana https://grafana.github.io/helm-charts
# Install & Upgrade # Install & Upgrade
helm upgrade --install promtail grafana/promtail --namespace monitoring \ 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 }}