We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e98f8a0 commit e416d0fCopy full SHA for e416d0f
.github/workflows/pr-helm-chart-testing.yml
@@ -41,7 +41,10 @@ jobs:
41
version: v3.19.0
42
43
- name: Set up chart-testing
44
- uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # ratchet:helm/chart-testing-action@v2.8.0
+ # NOTE: This is Jamison's patch from https://github.com/helm/chart-testing-action/pull/194
45
+ uses: helm/chart-testing-action@8958a6ac472cbd8ee9a8fbb6f1acbc1b0e966e44
46
+ with:
47
+ uv_version: "0.9.9"
48
49
# even though we specify chart-dirs in ct.yaml, it isn't used by ct for the list-changed command...
50
- name: Run chart-testing (list-changed)
0 commit comments