We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c83c8b commit 0cf5c5cCopy full SHA for 0cf5c5c
.github/workflows/chart-test.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Install plugin unittest
65
run: |
66
- helm plugin install https://github.com/helm-unittest/helm-unittest
+ helm plugin install https://github.com/helm-unittest/helm-unittest --version 1.0.3
67
68
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
69
# yamllint (https://github.com/adrienverge/yamllint) which require Python
0 commit comments