From cd7976ce4fbd58847f57fc18acb8f80ba128f619 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Wed, 7 Apr 2021 10:15:06 +0200 Subject: [PATCH] Add chart-testing target-branch Without this patch, chart-testing is using the branch named "master" by default. This is a problem, as we just renamed our development branch "main" instead of "master". This should fix it by pointing to the right branch. --- .github/ct.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ct.yaml b/.github/ct.yaml index cea6df5..f0dec45 100644 --- a/.github/ct.yaml +++ b/.github/ct.yaml @@ -1,5 +1,6 @@ # See https://github.com/helm/chart-testing#configuration remote: origin +target-branch: main chart-dirs: - charts chart-repos: []