diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index bb1abee..7384a77 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -36,7 +36,7 @@ jobs: fi - name: Run chart-testing (lint) - run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs . --validate-maintainers=false + run: ct lint --target-branch ${{ github.event.repository.default_branch }} --chart-dirs . --validate-maintainers=false --check-version-increment=false - name: Create kind cluster uses: helm/kind-action@v1.10.0