From commits-return-1119-archive-asf-public=cust-asf.ponee.io@sdap.apache.org Mon Jan 4 19:17:33 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id D394A180670 for ; Mon, 4 Jan 2021 20:17:33 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 4EB2F64B32 for ; Mon, 4 Jan 2021 19:17:33 +0000 (UTC) Received: (qmail 70775 invoked by uid 500); 4 Jan 2021 19:17:32 -0000 Mailing-List: contact commits-help@sdap.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sdap.apache.org Delivered-To: mailing list commits@sdap.apache.org Received: (qmail 70757 invoked by uid 99); 4 Jan 2021 19:17:32 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jan 2021 19:17:32 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id E610C81F5B; Mon, 4 Jan 2021 19:17:31 +0000 (UTC) Date: Mon, 04 Jan 2021 19:17:32 +0000 To: "commits@sdap.apache.org" Subject: [incubator-sdap-nexus] 01/01: Update obsolete helm repo urls (fix for breaking change) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: eamonford@apache.org In-Reply-To: <160978785184.29493.9707503959311899825@gitbox.apache.org> References: <160978785184.29493.9707503959311899825@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-sdap-nexus X-Git-Refname: refs/heads/update-helm-chart X-Git-Reftype: branch X-Git-Rev: 96d1e5e8d4ffde34a8eb7c93cb1806458c8aa9a5 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20210104191731.E610C81F5B@gitbox.apache.org> 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 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