[Build] Revert chart index publishing to new website (#234)

- publish to the old website location, apache/pulsar , branch asf-site
This commit is contained in:
Lari Hotari 2022-02-17 22:56:34 +02:00 committed by GitHub
parent 1c4f745941
commit 3918ee36f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}