Skip to content

Commit

Permalink
Use my registry for testing latest ocm images
Browse files Browse the repository at this point in the history
I pushed images with fix[1] for issue[2] to my private repo.

[1] open-cluster-management-io/ocm#388
[2] open-cluster-management-io/ocm#386

Signed-off-by: Nir Soffer <nsoffer@redhat.com>
  • Loading branch information
nirs committed Apr 1, 2024
1 parent fb5da65 commit 95a5556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/addons/ocm-cluster/start
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ from drenv import kubectl
BUNDLE_VERSION = "latest"

# Use default image registry.
IMAGE_REGISTRY = None
IMAGE_REGISTRY = "quay.io/nirsof"

ADDONS = (
{
Expand Down
2 changes: 1 addition & 1 deletion test/addons/ocm-hub/start
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ from drenv import clusteradm
BUNDLE_VERSION = "latest"

# Use default image registry.
IMAGE_REGISTRY = None
IMAGE_REGISTRY = "quay.io/nirsof"

ADDONS = (
{
Expand Down

0 comments on commit 95a5556

Please sign in to comment.