requirements.yaml 864 B

1234567891011121314151617181920212223242526272829
  1. dependencies:
  2. - name: "loki"
  3. condition: loki.enabled
  4. repository: "https://grafana.github.io/helm-charts"
  5. version: "^2.3.0"
  6. - name: "promtail"
  7. condition: promtail.enabled
  8. repository: "https://grafana.github.io/helm-charts"
  9. version: "^2.2.0"
  10. - name: "fluent-bit"
  11. condition: fluent-bit.enabled
  12. repository: "https://grafana.github.io/helm-charts"
  13. version: "^2.2.0"
  14. - name: "grafana"
  15. condition: grafana.enabled
  16. version: "~5.7.0"
  17. repository: "https://grafana.github.io/helm-charts"
  18. - name: "prometheus"
  19. condition: prometheus.enabled
  20. version: "~11.16.0"
  21. repository: "https://prometheus-community.github.io/helm-charts"
  22. - name: "filebeat"
  23. condition: filebeat.enabled
  24. version: "~7.8.0"
  25. repository: "https://helm.elastic.co"
  26. - name: "logstash"
  27. condition: logstash.enabled
  28. version: "~7.8.0"
  29. repository: "https://helm.elastic.co"