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.
This commit is contained in:
Jean-Philippe Evrard
2021-04-07 10:15:06 +02:00
committed by Christian Kotzbauer
parent 8dfe5f2486
commit cd7976ce4f

1
.github/ct.yaml vendored
View File

@@ -1,5 +1,6 @@
# See https://github.com/helm/chart-testing#configuration
remote: origin
target-branch: main
chart-dirs:
- charts
chart-repos: []