File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -415,8 +415,6 @@ jobs:
415415 # Disable plugin verification until the following issue is addressed https://github.com/helm-unittest/helm-unittest/issues/777
416416 - name : Install Helm-unittest
417417 run : helm plugin install https://github.com/helm-unittest/helm-unittest --verify=false
418- - name : Verify common values
419- run : make charts-check-common-values
420418 - name : helm unit tests
421419 run : make helm-unittest
422420
Original file line number Diff line number Diff line change @@ -170,10 +170,6 @@ generate-chart: ## Generate Helm chart values schema.
170170check-generate : generate
171171 @./hack/check-for-auto-generated-changes.sh
172172
173- .PHONY : charts-check-common-values
174- charts-check-common-values :
175- @./scripts/charts-check-common-values.sh
176-
177173.PHONY : charts-generate-images-file
178174charts-generate-images-file :
179175 @./scripts/charts-extract-images.sh ./charts
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments