diff --git a/tools/build-release.sh b/tools/build-release.sh index fa214f54f47..14ebf139329 100755 --- a/tools/build-release.sh +++ b/tools/build-release.sh @@ -660,7 +660,7 @@ parse_command_line() { if [[ -z "$repo" ]]; then echo "No repo configured, defaulting to apps" >&2 - repo="apps" + repo="charts" fi if [[ -z "$charts_repo_url" ]]; then