From 7ad0ef82431d8d6e6cf6144c6e6832d2930baa30 Mon Sep 17 00:00:00 2001 From: Alex Zgabur Date: Wed, 23 Oct 2024 15:49:15 +0200 Subject: [PATCH] Change catalog source location - helm deploy Signed-off-by: Alex Zgabur --- testsuite/capabilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/capabilities.py b/testsuite/capabilities.py index 7c4fd55e..59f6cce5 100644 --- a/testsuite/capabilities.py +++ b/testsuite/capabilities.py @@ -34,7 +34,7 @@ def kuadrant_version(): clusters.append(cluster2) versions = [] for cluster in clusters: - project = cluster.change_project("openshift-marketplace") + project = cluster.change_project(settings["service_protection"]["system_project"]) if not project.connected: break with project.context: