Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Bump helm/chart-testing-action from 2.6.0 to 2.6.1 #234

Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/publish-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python-version: 3.7
- name: Setup Chart Linting
id: lint
uses: helm/chart-testing-action@v2.6.0
uses: helm/chart-testing-action@v2.6.1
# - name: Setup Kubernetes cluster (KIND)
# uses: helm/kind-action@v1.2.0
# with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
python-version: 3.7
- name: Setup Chart Linting
id: lint
uses: helm/chart-testing-action@v2.6.0
uses: helm/chart-testing-action@v2.6.1
# - name: Setup Kubernetes cluster (KIND)
# uses: helm/kind-action@v1.2.0
# with:
Expand Down
Loading