Skip to content

Commit

Permalink
Update to chart-testing-action action v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock committed Dec 11, 2023
1 parent b8be97e commit 62667cd
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/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
- 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/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
- 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/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
- name: Run chart-testing (lint)
run: ct lint --config .github/config/cf.yaml --chart-dirs charts

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
with:
python-version: 3.9
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0
- name: Create kind cluster
uses: helm/[email protected]
with:
Expand Down

0 comments on commit 62667cd

Please sign in to comment.