diff options
author | makefunstuff <[email protected]> | 2024-06-28 23:25:37 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 23:25:37 +0200 |
commit | 794f1de47aa469fe0a54800bdba28120247311b8 (patch) | |
tree | 038f9175e17029b728147ad6120e23f5388dffb7 /tools/elasticsearch/Chart.yaml | |
parent | 5a58061b2fc2db41b2953b7be5bacf452deb1dcb (diff) | |
download | k3s-lab-794f1de47aa469fe0a54800bdba28120247311b8.tar.gz |
add elastic
Diffstat (limited to '')
-rw-r--r-- | tools/elasticsearch/Chart.yaml | 11 |
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" |