From cb1434939a5c57844d5fe57db7066b153fb8fbb9 Mon Sep 17 00:00:00 2001 From: Siri Date: Sun, 24 Apr 2022 23:07:38 +0700 Subject: [PATCH] Set default es version to 7.10.2 (#115) --- charts/graylog/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml index cffa0f9..e68f2e6 100755 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: graylog home: https://www.graylog.org -version: 2.1.1 +version: 2.1.2 appVersion: 4.2.7 description: Graylog is the centralized log management solution built to open standards for capturing, storing, and enabling real-time analysis of terabytes of machine data. keywords: @@ -17,7 +17,7 @@ maintainers: email: goonohc@gmail.com dependencies: - name: elasticsearch - version: 7.16.2 + version: 7.10.2 repository: https://helm.elastic.co tags: - install-elasticsearch