about summary refs log tree commit diff
path: root/tools/elasticsearch/Chart.yaml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/elasticsearch/Chart.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/elasticsearch/Chart.yaml b/tools/elasticsearch/Chart.yaml
index e69de29..12c6cca 100644
--- a/tools/elasticsearch/Chart.yaml
+++ b/tools/elasticsearch/Chart.yaml
@@ -0,0 +1,11 @@
+apiVersion: v2
+name: elasticsearch-logstash
+description: A Helm chart for deploying Elasticsearch and Logstash
+version: 0.1.0
+dependencies:
+  - name: elasticsearch
+    version: 8.5.1
+    repository: "https://helm.elastic.co"
+  - name: logstash
+    version: 8.5.1
+    repository: "https://helm.elastic.co"