Skip to content

Commit 3ee84f0

Browse files
authored
fix: crossplane provider health in sample test (#2)
On-behalf-of: @SAP [email protected] Signed-off-by: Christopher Junk <[email protected]>
1 parent 9839744 commit 3ee84f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/main_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func TestMain(m *testing.M) {
2323
Namespace: "openmcp-system",
2424
Operator: setup.OpenMCPOperatorSetup{
2525
Name: "openmcp-operator",
26-
Image: "ghcr.io/openmcp-project/images/openmcp-operator:v0.13.0",
26+
Image: "ghcr.io/openmcp-project/images/openmcp-operator:v0.17.1",
2727
Environment: "debug",
2828
PlatformName: "platform",
2929
},
@@ -39,7 +39,7 @@ func TestMain(m *testing.M) {
3939
ServiceProviders: []providers.ServiceProviderSetup{
4040
{
4141
Name: "crossplane",
42-
Image: "ghcr.io/openmcp-project/images/service-provider-crossplane:v0.0.4",
42+
Image: "ghcr.io/openmcp-project/images/service-provider-crossplane:v0.1.4",
4343
Opts: []wait.Option{
4444
wait.WithTimeout(time.Minute),
4545
},

0 commit comments

Comments
 (0)