From bc3656ed4a17609b11e00cfd5d7125c66055fbb5 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Fri, 30 Oct 2020 15:37:12 -0400 Subject: [PATCH] [stable/graylog] update chart repo dependency references (#23986) Signed-off-by: Scott Rigby --- stable/graylog/Chart.yaml | 2 +- stable/graylog/requirements.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/graylog/Chart.yaml b/stable/graylog/Chart.yaml index a0d3f94113..3d01656b33 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.6.10 +version: 1.6.11 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 5bd2fe287e..6fd4c40275 100644 --- a/stable/graylog/requirements.yaml +++ b/stable/graylog/requirements.yaml @@ -1,11 +1,11 @@ dependencies: - name: elasticsearch version: 1.32.2 - repository: https://kubernetes-charts.storage.googleapis.com/ + repository: https://charts.helm.sh/stable tags: - install-elasticsearch - name: mongodb-replicaset version: 3.11.2 - repository: https://kubernetes-charts.storage.googleapis.com/ + repository: https://charts.helm.sh/stable tags: - install-mongodb