From 7836c4e4d676faad21edbce81167668bf0ccf5f4 Mon Sep 17 00:00:00 2001 From: Christopher Junk Date: Mon, 1 Dec 2025 17:56:19 +0100 Subject: [PATCH] fix: crossplane provider health in sample test On-behalf-of: @SAP christopher.junk@sap.com Signed-off-by: Christopher Junk --- e2e/main_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/main_test.go b/e2e/main_test.go index f649404..c36fa4b 100644 --- a/e2e/main_test.go +++ b/e2e/main_test.go @@ -23,7 +23,7 @@ func TestMain(m *testing.M) { Namespace: "openmcp-system", Operator: setup.OpenMCPOperatorSetup{ Name: "openmcp-operator", - Image: "ghcr.io/openmcp-project/images/openmcp-operator:v0.13.0", + Image: "ghcr.io/openmcp-project/images/openmcp-operator:v0.17.1", Environment: "debug", PlatformName: "platform", }, @@ -39,7 +39,7 @@ func TestMain(m *testing.M) { ServiceProviders: []providers.ServiceProviderSetup{ { Name: "crossplane", - Image: "ghcr.io/openmcp-project/images/service-provider-crossplane:v0.0.4", + Image: "ghcr.io/openmcp-project/images/service-provider-crossplane:v0.1.4", Opts: []wait.Option{ wait.WithTimeout(time.Minute), },