Skip to content

Commit b9ad75d

Browse files
committed
fix helm CI
1 parent 6a0a152 commit b9ad75d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Run helm unit tests
4848
if: steps.list-changed.outputs.changed == 'true'
4949
run: |
50-
helm plugin install https://github.com/helm-unittest/helm-unittest --version=1.1.0
50+
helm plugin install https://github.com/helm-unittest/helm-unittest --version=1.1.0 --verify=false
5151
5252
for chart in $(ct --config .github/ct.yaml list-changed); do
5353
if [ -d "$chart/tests/" ]; then

0 commit comments

Comments
 (0)