mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-06 02:40:26 +00:00
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:
committed by
Christian Kotzbauer
parent
8dfe5f2486
commit
cd7976ce4f
1
.github/ct.yaml
vendored
1
.github/ct.yaml
vendored
@@ -1,5 +1,6 @@
|
||||
# See https://github.com/helm/chart-testing#configuration
|
||||
remote: origin
|
||||
target-branch: main
|
||||
chart-dirs:
|
||||
- charts
|
||||
chart-repos: []
|
||||
|
||||
Reference in New Issue
Block a user