We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e56090 + cc80696 commit 119c576Copy full SHA for 119c576
scripts/ci/helm-unittest.sh
@@ -2,8 +2,12 @@
2
3
set -euf -o pipefail
4
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
+
9
### Install the helm-unittest plugin
-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"
11
12
### Run the helm tests
13
helm unittest -q charts/sourcegraph
0 commit comments