File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1+ remote : origin
2+ target-branch : main
13chart-dirs :
24 - charts/
3- target-branch : main
5+ chart-repos :
6+ - oauth2proxy=https://oauth2-proxy.github.io/manifests
Original file line number Diff line number Diff line change 33on :
44 pull_request :
55 branches : [main]
6- push :
7- branches : [main]
86
97jobs :
108 lint :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ CHART_TESTING_VERSION := 3.13.0
1717HELM_VERSION := 3.19.0
1818
1919lint : lint-deemix lint-filebrowser
20- lint-% : charts/% /Chart.yaml charts/% /Chart.lock .ct.yaml | $(HELM )
20+ lint-% : charts/% /Chart.yaml charts/% /Chart.lock .ct.yaml | $(HELM ) $( CT )
2121 $(HELM ) lint $(dir $< )
2222 $(CT ) lint --config .ct.yaml $(dir $< )
2323
@@ -28,7 +28,7 @@ charts/%/Chart.lock: charts/%/Chart.yaml | $(HELM)
2828index.yaml : | $(CR )
2929 $(CR ) index --config .cr.yaml
3030
31- .cr-release-packages/% -0.1.0.tgz : charts/% /Chart.yaml .cr.yaml
31+ .cr-release-packages/% -0.1.0.tgz : charts/% /Chart.yaml .cr.yaml | $( CR )
3232 $(CR ) package charts/$* --config .cr.yaml
3333
3434bin/cr :
You can’t perform that action at this time.
0 commit comments