From 62afebf34ede964a75d2608a22e741d5e2af0f53 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Tue, 29 Mar 2022 21:38:50 +0200 Subject: [PATCH] Tag here, upload elsewhere --- .github/cr.yaml | 4 ++-- tools/build-release.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/cr.yaml b/.github/cr.yaml index 94bf975352b..26aabafbbb9 100644 --- a/.github/cr.yaml +++ b/.github/cr.yaml @@ -1,6 +1,6 @@ owner: truecharts -git-repo: charts -repo: charts +git-repo: apps +repo: apps charts-dir: charts/* charts_repo_url: "https://charts.truecharts.org" excluded-charts: common-test diff --git a/tools/build-release.sh b/tools/build-release.sh index 14ebf139329..fa214f54f47 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="charts" + repo="apps" fi if [[ -z "$charts_repo_url" ]]; then