File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,12 @@ repos:
45
45
language : system
46
46
files : " ^(hack/addons/|charts/cluster-api-runtime-extensions-nutanix/templates/.+/manifests/|make/addons.mk$)"
47
47
pass_filenames : false
48
+ - id : sync-helm-charts
49
+ name : helm-charts-sync
50
+ entry : make sync-helm-values
51
+ language : system
52
+ files : " ^(hack/addons/|charts/cluster-api-runtime-extensions-nutanix/$).*"
53
+ pass_filenames : false
48
54
- id : addons-repo-yaml
49
55
name : addons-repo-yaml
50
56
entry : make template-helm-repository
70
76
- id : check-yaml
71
77
args : ["-m", "--unsafe"]
72
78
stages : [commit]
73
- exclude : ^charts/[^/]+/addons/.* |charts/[^/]+/templates/.* |hack/addons/.+/* .yaml$
79
+ exclude : ^charts/[^/]+/addons/.|charts/[^/]+/templates/.|hack/addons/.+/.yaml$
74
80
- id : mixed-line-ending
75
81
args : ["-f", "lf"]
76
82
exclude : \.bat$
You can’t perform that action at this time.
0 commit comments