Skip to content

Commit 8b530f7

Browse files
authored
Merge pull request #61 from GitGuardian/amascia/-/fix-release-job
chore: remove signature verification
2 parents 4058092 + fd4f2d8 commit 8b530f7

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)