Skip to content

Commit

Permalink
add cosi-ct-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdutka-dell committed Aug 24, 2023
1 parent 1b1aea4 commit ff20466
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cosi-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint)
run: ct lint --config lintConfig.yaml
run: ct lint --config cosi-ct-config.yaml
8 changes: 8 additions & 0 deletions cosi-ct-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
target-branch: main
chart-dirs:
- charts
charts:
- charts/cosi
check-version-increment: true
validate-chart-schema: false
validate-maintainers: false

0 comments on commit ff20466

Please sign in to comment.