Skip to content

Commit

Permalink
Change catalog source location - helm deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Zgabur <[email protected]>
  • Loading branch information
azgabur committed Oct 23, 2024
1 parent 1edbc58 commit 6ea72cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/capabilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6ea72cb

Please sign in to comment.