Skip to content

Commit cc80696

Browse files
[Backport 6.11.x] fix(ci): helm unittest is broken (#788)
see comments ### Test plan CI pass now <br> Backport b9369b8 from #787 Co-authored-by: Michael Lin <[email protected]>
1 parent 1539d4d commit cc80696

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)