Skip to content

Commit 210979d

Browse files
chore(deps): update helm/chart-testing-action action to v2.8.0 (#209)
* chore(deps): update helm/chart-testing-action action to v2.8.0 * remove yamale bump workaround (default is now yamale:6.0.0) --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: eidottermihi <eidottermihi@gmail.com>
1 parent 58bc764 commit 210979d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ jobs:
1717
python-version: "3.14"
1818
check-latest: true
1919
- name: Set up chart-testing
20-
uses: helm/chart-testing-action@v2.7.0
21-
with:
22-
# Workaround as default 4.0.4 doesn't work with python 3.14
23-
# See https://github.com/helm/chart-testing-action/issues/177
24-
yamale_version: "6.0.0"
20+
uses: helm/chart-testing-action@v2.8.0
2521
- name: Add dependency repos
2622
run: |
2723
helm repo add bitnami https://charts.bitnami.com/bitnami

0 commit comments

Comments
 (0)