Skip to content

Commit eebd1b9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
99
fi

0 commit comments

Comments
 (0)