[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 <kevin@kjake.net>
This commit is contained in:
kjake
2020-01-22 04:36:34 -08:00
committed by Kubernetes Prow Robot
parent 932f037547
commit b689c0b471
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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