plugin_helm_major="$(helm version --short 2>/dev/null | sed 's/^v//' | cut -d. -f1)"
# Helm version support EOL : https://helm.sh/el/blog/helm-4-released/#helm-v3-support
if echo "$plugin_helm_major" | awk '/^[0-9]+$/ {exit 0} {exit 1}' && [ "$plugin_helm_major" -ge 4 ]; then
cm_push_plugin_verify_flag="--verify=false" # Disable signature verification because cm-push is not signed (https://github.com/chartmuseum/helm-push/issues/243)