diff options
Diffstat (limited to 'tools/monitoring/Chart.yaml')
-rw-r--r-- | tools/monitoring/Chart.yaml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/monitoring/Chart.yaml b/tools/monitoring/Chart.yaml deleted file mode 100644 index b64fceb..0000000 --- a/tools/monitoring/Chart.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: v2 -name: monitoring -description: A Helm chart for setting up Grafana, Prometheus, Elasticsearch, and OpenTelemetry Collector -version: 0.1.0 -appVersion: "1.0" - -dependencies: - - name: grafana - version: 8.2.0 - repository: "https://grafana.github.io/helm-charts" - - name: prometheus - version: 25.22.0 - repository: "https://prometheus-community.github.io/helm-charts" - - name: elasticsearch - version: 8.5.1 - repository: "https://helm.elastic.co" - - name: opentelemetry-collector - version: 0.96.0 - repository: "https://open-telemetry.github.io/opentelemetry-helm-charts" - - name: logstash - version: 8.5.1 - repository: https://helm.elastic.co - |