From faf5f3e04b15eca294870b559624dd8113a23560 Mon Sep 17 00:00:00 2001 From: Dmitry Groisman Date: Thu, 5 Sep 2019 14:52:52 +0300 Subject: [PATCH] fixing sources location --- .travis.yml | 2 +- submariner-k8s-broker/Chart.yaml | 2 +- submariner/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 809293f..576c5d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ env: - HELM_URL=https://storage.googleapis.com/kubernetes-helm - HELM_TGZ=helm-v2.14.3-linux-amd64.tar.gz - TARGET_BR=gh-pages - - GH_URL=https://submariner-io.github.io/submariner-charts/ + - GH_URL=https://submariner-io.github.io/submariner-charts/charts - CHARTS_DIR=charts - YAMLLINT_VERSION=1.17.0 diff --git a/submariner-k8s-broker/Chart.yaml b/submariner-k8s-broker/Chart.yaml index 0905f28..46fe492 100644 --- a/submariner-k8s-broker/Chart.yaml +++ b/submariner-k8s-broker/Chart.yaml @@ -6,7 +6,7 @@ description: Submariner Kubernetes Broker keywords: home: https://submariner.io/ sources: -- https://github.com/rancher/submariner-charts +- https://submariner-io.github.io/submariner-charts/charts maintainers: - name: Rancher Labs email: charts@rancher.com diff --git a/submariner/Chart.yaml b/submariner/Chart.yaml index 6cfc025..368caa9 100644 --- a/submariner/Chart.yaml +++ b/submariner/Chart.yaml @@ -6,7 +6,7 @@ description: Submariner keywords: home: https://submariner.io/ sources: -- https://github.com/rancher/submariner-charts +- https://submariner-io.github.io/submariner-charts/charts maintainers: - name: Rancher Labs email: charts@rancher.com