This is an automated email from the ASF dual-hosted git repository. eamonford pushed a commit to branch update-helm-chart in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit 96d1e5e8d4ffde34a8eb7c93cb1806458c8aa9a5 Author: Eamon Ford <[email protected]> AuthorDate: Mon Jan 4 11:17:15 2021 -0800 Update obsolete helm repo urls (fix for breaking change) --- helm/Chart.yaml | 4 ++-- helm/requirements.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 27cbdd6..7fd0e9b 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: "0.2.2" +appVersion: "0.3.0" description: Science Data Analytics Platform name: nexus -version: 1.0.0 +version: 1.0.1 diff --git a/helm/requirements.yaml b/helm/requirements.yaml index ffd1db1..b2f68d4 100644 --- a/helm/requirements.yaml +++ b/helm/requirements.yaml @@ -1,7 +1,7 @@ dependencies: - name: nginx-ingress version: 1.28.2 - repository: https://kubernetes-charts.storage.googleapis.com + repository: https://charts.helm.sh/stable condition: nginx-ingress.enabled - name: rabbitmq version: 8.0.1 @@ -9,7 +9,7 @@ dependencies: condition: rabbitmq.enabled - name: solr version: 1.5.2 - repository: http://storage.googleapis.com/kubernetes-charts-incubator + repository: https://charts.helm.sh/incubator condition: solr.enabled - name: cassandra version: 5.5.3
