From 68e11063a7524afe3ad727c35cf3f77bc1a4275d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 5 May 2023 12:38:53 +0200 Subject: [PATCH] fix(ci): use correct charts_repo_url Signed-off-by: Kjeld Schouten-Lebbing --- .github/cr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/cr.yaml b/.github/cr.yaml index a70cf5872cf..61040e08017 100644 --- a/.github/cr.yaml +++ b/.github/cr.yaml @@ -2,7 +2,7 @@ owner: truecharts git-repo: charts repo: charts charts-dir: charts/* -charts_repo_url: "https://charts.truecharts.org" +charts_repo_url: "https://deps.truecharts.org" SkipExisting: true skipExisting: true # Set to true for GPG signing