From f3a0053f4c89a634eba0101050a3695991eefa9d Mon Sep 17 00:00:00 2001 From: Michael Martz Date: Tue, 18 Apr 2023 16:11:11 -0500 Subject: [PATCH] Pin helm-unittest to 0.2.11 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2c64c30..a5bc1a9 100755 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ # Eclipse Foundation. All other trademarks are the property of their respective owners. # -helm plugin install https://github.com/quintush/helm-unittest +helm plugin install --version "0.2.11" https://github.com/quintush/helm-unittest set -e