File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ helm-unittest: helm-unittest-plugin ## Run Helm chart unittests.
236236
237237.PHONY : helm-lint
238238helm-lint : # # Run Helm chart lint test.
239- docker run --rm --workdir /workspace --user " $( shell id -u) :$( shell id -g) " --volume " $$ (pwd):/workspace" quay.io/helmpack/chart-testing:$(HELM_CHART_TESTING_VERSION ) ct lint --target-branch $(TARGET_BRANCH ) --validate-maintainers=false
239+ docker run --rm --workdir /workspace --user " $( shell id -u) :$( shell id -g) " --volume " $$ (pwd):/workspace" quay.io/helmpack/chart-testing:$(HELM_CHART_TESTING_VERSION ) ct lint --target-branch $(TARGET_BRANCH ) --validate-maintainers=false --check-version-increment=true
240240
241241.PHONY : helm-docs
242242helm-docs : helm-docs-plugin # # Generates markdown documentation for helm charts from requirements and values files.
You can’t perform that action at this time.
0 commit comments