Skip to content

Commit 9b432ab

Browse files
michaellzcgithub-actions[bot]
authored andcommitted
fix(ci): helm unittest is broken (#787)
see comments ### Test plan CI pass now (cherry picked from commit b9369b8)
1 parent 1539d4d commit 9b432ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/ci/helm-unittest.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
set -euf -o pipefail
44

5+
# 1.0.3 is broken now
6+
# https://github.com/helm-unittest/helm-unittest/issues/790
7+
HELM_UNITTEST_VERSION="v1.0.2"
8+
59
### Install the helm-unittest plugin
6-
helm plugin install https://github.com/helm-unittest/helm-unittest
10+
helm plugin install https://github.com/helm-unittest/helm-unittest --version "$HELM_UNITTEST_VERSION"
711

812
### Run the helm tests
913
helm unittest -q charts/sourcegraph

0 commit comments

Comments
 (0)