File tree 5 files changed +21
-5
lines changed
charts/nginx-gateway-fabric
5 files changed +21
-5
lines changed Original file line number Diff line number Diff line change
1
+ remote : origin
2
+ target-branch : main
3
+
4
+ check-version-increment : false
Original file line number Diff line number Diff line change 99
99
steps :
100
100
- name : Checkout Repository
101
101
uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
102
- - name : Lint chart
103
- run : make lint-helm
102
+ with :
103
+ fetch-depth : 0
104
+
105
+ - name : Set up Python
106
+ uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
107
+ with :
108
+ python-version : " 3.x"
109
+ check-latest : true
110
+
111
+ - name : Set up chart-testing
112
+ uses : helm/chart-testing-action@e6669bcd63d7cb57cb4380c33043eebe5d111992 # v2.6.1
113
+
114
+ - name : Run chart-testing
115
+ run : ct lint --print-config --config .ct.yaml
104
116
105
117
yaml-lint :
106
118
name : Yaml Lint
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ yaml-files:
4
4
- " *.yml"
5
5
6
6
ignore :
7
- - charts/nginx-gateway-fabric/templates
7
+ - charts/nginx-gateway-fabric/
8
8
- config/crd/bases/
9
9
- deploy/crds.yaml
10
10
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ njs-unit-test: ## Run unit tests for the njs httpmatches module
191
191
192
192
.PHONY : lint-helm
193
193
lint-helm : # # Run the helm chart linter
194
- helm lint $( CHART_DIR )
194
+ docker run --pull always --rm -v $( CURDIR ) :/nginx-gateway-fabric -w /nginx-gateway-fabric quay.io/helmpack/chart-testing:latest ct lint --config .ct.yaml
195
195
196
196
.PHONY : load-images
197
197
load-images : # # Load NGF and NGINX images on configured kind cluster.
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ keywords:
14
14
- gateway
15
15
- nginx
16
16
maintainers :
17
- - name : nginxinc
17
+ - name : nginxinc/nginx-gateway-fabric
18
18
email : kubernetes@nginx.com
You can’t perform that action at this time.
0 commit comments