Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mise-tasks/install-helm-plugins
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ IFS=$'\n\t'
plugins=$(helm plugin list)

if ! echo "$plugins" | grep -q 'unittest'; then
helm plugin install https://github.com/helm-unittest/helm-unittest.git
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
fi
Loading
Loading