Skip to content

Commit

Permalink
Update chart-testing-action to fix timeout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Dec 30, 2024
1 parent 055e84b commit 82f1359
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-private.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
- name: Run chart-testing (lint)
run: ct lint --config .github/config/cf.yaml --chart-dirs charts-private

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
version: v3.12.0
- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
- name: Create kind cluster
uses: helm/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
- name: Run chart-testing (lint)
run: ct lint --config .github/config/cf.yaml --chart-dirs charts

Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/[email protected].0
uses: helm/[email protected].1
- name: Create kind cluster
uses: helm/[email protected]
with:
Expand Down

0 comments on commit 82f1359

Please sign in to comment.