From 8292c82eb9767c279983280df8e75e1448aff99e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 May 2026 21:14:51 +0000 Subject: [PATCH 1/2] Initial plan From 69564482520ae85f65299b3122d90e52e49a9beb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 29 May 2026 21:19:07 +0000 Subject: [PATCH 2/2] ci: disable Helm CRD install in e2e job --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05f1959..875ecc9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,6 +122,7 @@ jobs: --namespace drop-system \ --create-namespace \ --skip-crds \ + --set crds.install=false \ --set image.repository=controller \ --set image.tag=ci \ --set image.pullPolicy=Never \