From 28a024f01f0703bddf426de52980a004fef6b234 Mon Sep 17 00:00:00 2001 From: Michael Lin Date: Mon, 15 Dec 2025 22:46:27 -0800 Subject: [PATCH] fix(ci): helm unittest is broken --- scripts/ci/helm-unittest.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/ci/helm-unittest.sh b/scripts/ci/helm-unittest.sh index c199e77a..32d544f0 100755 --- a/scripts/ci/helm-unittest.sh +++ b/scripts/ci/helm-unittest.sh @@ -2,8 +2,12 @@ set -euf -o pipefail +# 1.0.3 is broken now +# https://github.com/helm-unittest/helm-unittest/issues/790 +HELM_UNITTEST_VERSION="v1.0.2" + ### Install the helm-unittest plugin -helm plugin install https://github.com/helm-unittest/helm-unittest +helm plugin install https://github.com/helm-unittest/helm-unittest --version "$HELM_UNITTEST_VERSION" ### Run the helm tests helm unittest -q charts/sourcegraph