From 311e5a2e8922812dea3c42ae6284f6c7bd16fdb7 Mon Sep 17 00:00:00 2001 From: Scott Rigby Date: Fri, 30 Oct 2020 15:37:43 -0400 Subject: [PATCH] [stable/janusgraph] update chart repo dependency references (#23990) Signed-off-by: Scott Rigby --- stable/janusgraph/Chart.yaml | 2 +- stable/janusgraph/requirements.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/janusgraph/Chart.yaml b/stable/janusgraph/Chart.yaml index c51970bc86..995abf8fd7 100644 --- a/stable/janusgraph/Chart.yaml +++ b/stable/janusgraph/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0" description: Open source, scalable graph database. name: janusgraph -version: 0.2.3 +version: 0.2.4 home: http://janusgraph.org icon: https://raw.githubusercontent.com/JanusGraph/janusgraph/master/janusgraph.png sources: diff --git a/stable/janusgraph/requirements.yaml b/stable/janusgraph/requirements.yaml index e8794d58a9..d31019534b 100644 --- a/stable/janusgraph/requirements.yaml +++ b/stable/janusgraph/requirements.yaml @@ -1,5 +1,5 @@ dependencies: - name: elasticsearch version: 0.4.7 - repository: https://kubernetes-charts-incubator.storage.googleapis.com + repository: https://charts.helm.sh/incubator condition: elasticsearch.deploy