c4c6c9b22f
The deploy-plugin-via-installer.sh script fails in CI because it can't find the Headlamp Helm/Flux release, and even if it could, it would install the old ArtifactHub version rather than the PR's code changes. Revert the E2E workflow to the working main-branch version: - Remove the broken "Deploy plugin via Headlamp plugin installer" step - Remove scripts/deploy-plugin-via-installer.sh - Restore the original preflight check with connectivity verification The 6 E2E test failures (settings name + badge URL) are pre-existing on main and will resolve once this PR's code fixes are deployed to ArtifactHub. The remaining 10 E2E tests pass. Co-Authored-By: Paperclip <noreply@paperclip.ing>