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:43:43 +02:00
committed by Christian Kotzbauer
parent 8dfe5f2486
commit cd7976ce4f
+1
View File
@@ -1,5 +1,6 @@
# See https://github.com/helm/chart-testing#configuration
remote: origin
target-branch: main
chart-dirs:
- charts
chart-repos: []