Skip to content

Commit

Permalink
Merge pull request #31122 from def-/pr-mz-repo
Browse files Browse the repository at this point in the history
helm-chart publish: Fix materialize repo url
  • Loading branch information
def- authored Jan 20, 2025
2 parents b426740 + bd7f8d6 commit ef3becd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/helm-charts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [ $CHANGES_MADE -eq 1 ]; then
cp $RELEASE_DIR/*.tgz gh-pages/
# Update the repository index
cd gh-pages
REPO_URL="https://materialize.github.io/materialize"
REPO_URL="https://materializeinc.github.io/materialize"
if [ -f index.yaml ]; then
helm repo index . --url "$REPO_URL" --merge index.yaml
else
Expand Down

0 comments on commit ef3becd

Please sign in to comment.