You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2022/02/17 21:03:06 UTC

[pulsar-helm-chart] branch master updated: [Build] Revert chart index publishing to new website (#234)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new 3918ee3  [Build] Revert chart index publishing to new website (#234)
3918ee3 is described below

commit 3918ee36f017787da4624164b629060f5f9df116
Author: Lari Hotari <lh...@users.noreply.github.com>
AuthorDate: Thu Feb 17 22:56:34 2022 +0200

    [Build] Revert chart index publishing to new website (#234)
    
    - publish to the old website location, apache/pulsar , branch asf-site
---
 .ci/release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.ci/release.sh b/.ci/release.sh
index e9b3358..18b524a 100755
--- a/.ci/release.sh
+++ b/.ci/release.sh
@@ -27,8 +27,8 @@ CHARTS_REPO=${CHARTS_REPO:-"https://pulsar.apache.org/charts/"}
 OWNER=${OWNER:-apache}
 REPO=${REPO:-pulsar-helm-chart}
 PUBLISH_CHARTS=${PUBLISH_CHARTS:-"false"}
-PULSAR_SITE_REPO_SLUG=${PULSAR_SITE_REPO_SLUG:-"apache/pulsar-site"}
-PULSAR_SITE_BRANCH=${PULSAR_SITE_BRANCH:-"asf-site-next"}
+PULSAR_SITE_REPO_SLUG=${PULSAR_SITE_REPO_SLUG:-"apache/pulsar"}
+PULSAR_SITE_BRANCH=${PULSAR_SITE_BRANCH:-"asf-site"}
 
 # hack/common.sh need this variable to be set
 PULSAR_CHART_HOME=${CHARTS_HOME}