Skip to content

Commit 119c576

Browse files
authored
Merge branch '6.11.x' into backport-778-to-6.11.x
2 parents 1e56090 + cc80696 commit 119c576

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)