Skip to content

Commit 48f419d

Browse files
authored
Disable the check for chart version increments (#49)
1 parent 47cd304 commit 48f419d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fi
3333
3434
- name: Run chart-testing (lint)
35-
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --validate-maintainers=false
35+
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --validate-maintainers=false --check-version-increment=false
3636

3737
- name: Create kind cluster
3838
uses: helm/[email protected]

0 commit comments

Comments
 (0)