about summary refs log tree commit diff
path: root/tools/monitoring/Chart.yaml
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-06-28 21:49:42 +0200
committermakefunstuff <[email protected]>2024-06-28 21:49:42 +0200
commit8c4a3ae4c40d3b08b153f6143c69d6320e8d0286 (patch)
treed4e2dfd0385d5229814c93ea315f36dc45dc693e /tools/monitoring/Chart.yaml
parentb1f8aa3b4b182c002c34d3b45942e18fde5d654f (diff)
downloadk3s-lab-8c4a3ae4c40d3b08b153f6143c69d6320e8d0286.tar.gz
trying to split to separate applications and use applicationset instead
Diffstat (limited to '')
-rw-r--r--tools/monitoring/Chart.yaml23
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
-