Skip to content

Commit

Permalink
🔥 disable version bump check
Browse files Browse the repository at this point in the history
  • Loading branch information
mshade committed Sep 12, 2023
1 parent 768c445 commit 838a947
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/chart-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
uses: helm/[email protected]

- name: Run chart-testing (lint)
run: ct lint --chart-dirs chart --target-branch ${{ github.event.repository.default_branch }}
run: |
ct lint --chart-dirs chart \
--check-version-increment false \
--target-branch ${{ github.event.repository.default_branch }}
- name: Create kind cluster
uses: helm/[email protected]
Expand Down

0 comments on commit 838a947

Please sign in to comment.