[CORD-3016] Update helm repo url

Change-Id: I8237fa0171ee1a4e42ecfc3f75c8c3bdbc09738a
diff --git a/scripts/helmrepo.sh b/scripts/helmrepo.sh
index e32f546..ca96974 100755
--- a/scripts/helmrepo.sh
+++ b/scripts/helmrepo.sh
@@ -22,7 +22,7 @@
 REPO_DIR="${REPO_DIR:-chart_repo}"
 
 GERRIT_BRANCH="${GERRIT_BRANCH:-$(git symbolic-ref --short HEAD)}"
-PUBLISH_URL="${PUBLISH_URL:-https://guide.opencord.org/charts/${GERRIT_BRANCH}}"
+PUBLISH_URL="${PUBLISH_URL:-https://charts.opencord.org/${GERRIT_BRANCH}}"
 
 mkdir -p "${REPO_DIR}"