From b689c0b471f96efbc149693827ef4d4d5d1f89fa Mon Sep 17 00:00:00 2001 From: kjake Date: Wed, 22 Jan 2020 07:36:34 -0500 Subject: [PATCH] [stable/graylog] Update elasticsearch dependency version. (#20222) Fixes helm#18997, which causes graylog chart to fail due to deprecated API version used by the old elasticsearch chart. Signed-off-by: kjake --- stable/graylog/Chart.yaml | 2 +- stable/graylog/requirements.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/graylog/Chart.yaml b/stable/graylog/Chart.yaml index 0a7cecd708..898d79f435 100755 --- a/stable/graylog/Chart.yaml +++ b/stable/graylog/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: graylog home: https://www.graylog.org -version: 1.5.1 +version: 1.5.2 appVersion: 3.1 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: diff --git a/stable/graylog/requirements.yaml b/stable/graylog/requirements.yaml index fb0a4e2946..5bd2fe287e 100644 --- a/stable/graylog/requirements.yaml +++ b/stable/graylog/requirements.yaml @@ -1,6 +1,6 @@ dependencies: - name: elasticsearch - version: 1.15.0 + version: 1.32.2 repository: https://kubernetes-charts.storage.googleapis.com/ tags: - install-elasticsearch