Skip to content

Commit 0cf5c5c

Browse files
committed
ci(chart-test): specify version for helm-unittest plugin
1 parent 8c83c8b commit 0cf5c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/chart-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Install plugin unittest
6565
run: |
66-
helm plugin install https://github.com/helm-unittest/helm-unittest
66+
helm plugin install https://github.com/helm-unittest/helm-unittest --version 1.0.3
6767
6868
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
6969
# yamllint (https://github.com/adrienverge/yamllint) which require Python

0 commit comments

Comments
 (0)