From 75442492fffa58153c18a94efce316d6e707f197 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 19:46:59 +0000 Subject: [PATCH] Update Helm release crossplane to v2.4.1 --- scripts/kind-up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/kind-up.sh b/scripts/kind-up.sh index 6213d31..36c8f12 100755 --- a/scripts/kind-up.sh +++ b/scripts/kind-up.sh @@ -34,7 +34,7 @@ TAG=${TAG:-v$(uv version --short)} # e2e would test a different server than the one a result was recorded against. # The CLI (v2.4.0) runs ahead of the chart; that skew is normal and fine. # renovate: datasource=helm depName=crossplane registryUrl=https://charts.crossplane.io/stable -XP_CHART=${XP_CHART:-2.3.4} +XP_CHART=${XP_CHART:-2.4.1} # Multi-interface lab nodes (cEOS) need Multus and the bridge/host-device CNI # plugins. Opt-in: they add a minute to a bring-up that the offline suite and the # Fabric/Device tests never use. `WITH_NETCLAB=1 scripts/kind-up.sh` to get them.