Skip to content

Commit d2ab721

Browse files
committed
fix(test): Ignore version increment in Helm Chart tests
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
1 parent 052b018 commit d2ab721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ helm-unittest: helm-unittest-plugin ## Run Helm chart unittests.
236236

237237
.PHONY: helm-lint
238238
helm-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
242242
helm-docs: helm-docs-plugin ## Generates markdown documentation for helm charts from requirements and values files.

0 commit comments

Comments
 (0)