github.com/yankunsam/loki/v2@v2.6.3-0.20220817130409-389df5235c27/production/helm/loki-stack/requirements.yaml (about) 1 dependencies: 2 - name: "loki" 3 condition: loki.enabled 4 repository: "file://../loki" 5 version: "^2.0.0" 6 - name: "promtail" 7 condition: promtail.enabled 8 repository: "file://../promtail" 9 version: "^2.0.0" 10 - name: "fluent-bit" 11 condition: fluent-bit.enabled 12 repository: "file://../fluent-bit" 13 version: "^2.0.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"