We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcaf2a commit 6d66225Copy full SHA for 6d66225
helm/run-tests.sh
@@ -24,7 +24,7 @@ PLUGIN_URL="https://github.com/helm-unittest/helm-unittest"
24
# Install helm-unittest plugin if not already installed
25
if ! helm plugin list | grep -q "${PLUGIN_NAME}"; then
26
echo "Installing helm-unittest plugin..."
27
- helm plugin install "${PLUGIN_URL}"
+ helm plugin install --verify=false "${PLUGIN_URL}"
28
fi
29
30
echo "Running helm unit tests..."
0 commit comments