File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ check-version-increment: true
55upgrade : true
66validate-chart-schema : true
77validate-yaml : true
8+ chart-dirs :
9+ - chart
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ CT_ARGS=""
44GIT_SAFE_DIR=" false"
55
66if [ " $GIT_SAFE_DIR " != " true" ]; then
7- git config --global --add safe.directory /charts/ chart
7+ git config --global --add safe.directory /chart
88fi
99
10- CT_ARGS=" --charts ${PWD} /charts"
11-
1210ct lint --config=./.github/chart-testing.yaml
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- /usr/bin/helm unittest --color ./chart/benthos-captain ;
3+ /usr/bin/helm unittest --color ./chart;
Original file line number Diff line number Diff line change 6262 branch : main
6363 target_dir : benthos-captain
6464 index_dir : .
65- charts_dir : chart/
65+ charts_dir : .
6666 charts_url : https://benthosdev.github.io/charts
6767 commit_username : blobbot-helm
6868 commit_email : blobbot-helm@github.com
You can’t perform that action at this time.
0 commit comments