mirror of
https://github.com/kubereboot/kured.git
synced 2026-03-04 18:00:23 +00:00
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.
8 lines
171 B
YAML
8 lines
171 B
YAML
# See https://github.com/helm/chart-testing#configuration
|
|
remote: origin
|
|
target-branch: main
|
|
chart-dirs:
|
|
- charts
|
|
chart-repos: []
|
|
helm-extra-args: --timeout 600s
|