Skip to content

Commit fd4f2d8

Browse files
committed
chore: remove signature verification
1 parent 4058092 commit fd4f2d8

File tree

3 files changed

+5134
-1909
lines changed

3 files changed

+5134
-1909
lines changed

.mise-tasks/install-helm-plugins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ IFS=$'\n\t'
55
plugins=$(helm plugin list)
66

77
if ! echo "$plugins" | grep -q 'unittest'; then
8-
helm plugin install https://github.com/helm-unittest/helm-unittest.git
8+
helm plugin install https://github.com/helm-unittest/helm-unittest.git --verify=false # `verify` flag was added in helm v4 - topic is dicussed here https://github.com/helm-unittest/helm-unittest/issues/777
99
fi

0 commit comments

Comments
 (0)