Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:

helm:
runs-on: ubuntu-latest
env:
CT_CONFIG_DIR: ${{ github.workspace }}
steps:
- name: Checkout
uses: actions/checkout@v6
Expand All @@ -103,10 +105,10 @@ jobs:
uses: helm/chart-testing-action@v2.8.0
- name: Run chart-testing (lint)
if: github.ref == 'refs/heads/master'
run: ct lint
run: ct lint --config ct.yaml
- name: Run chart-testing (lint)
if: github.ref != 'refs/heads/master'
run: ct lint --check-version-increment=false
run: ct lint --config ct.yaml --check-version-increment=false

controller-image:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions ct.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
chart-dirs:
- charts
target-branch: master