From 4ba572ce02b0fb4b198555db0a8f12a4e837cd85 Mon Sep 17 00:00:00 2001 From: Denilson Nastacio Date: Tue, 30 Jan 2024 06:50:28 -0500 Subject: [PATCH] feat: Use multi-arch oc client for RHACM install Signed-off-by: Denilson Nastacio --- config/rhacm/seeds/templates/0000-rhacm-users-group-prereq.yaml | 2 +- .../rhacm/seeds/templates/9000-post-multi-cluster-engine.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/rhacm/seeds/templates/0000-rhacm-users-group-prereq.yaml b/config/rhacm/seeds/templates/0000-rhacm-users-group-prereq.yaml index 8cbb9eb6..5de2f793 100644 --- a/config/rhacm/seeds/templates/0000-rhacm-users-group-prereq.yaml +++ b/config/rhacm/seeds/templates/0000-rhacm-users-group-prereq.yaml @@ -20,7 +20,7 @@ spec: spec: containers: - name: config - image: quay.io/openshift/origin-cli:latest + image: registry.redhat.io/openshift4/ose-cli:latest imagePullPolicy: IfNotPresent env: - name: GROUP_NAME diff --git a/config/rhacm/seeds/templates/9000-post-multi-cluster-engine.yaml b/config/rhacm/seeds/templates/9000-post-multi-cluster-engine.yaml index c8d92d9a..7cdb0eb0 100644 --- a/config/rhacm/seeds/templates/9000-post-multi-cluster-engine.yaml +++ b/config/rhacm/seeds/templates/9000-post-multi-cluster-engine.yaml @@ -13,7 +13,7 @@ spec: spec: containers: - name: config - image: quay.io/openshift/origin-cli:latest + image: registry.redhat.io/openshift4/ose-cli:latest imagePullPolicy: IfNotPresent env: - name: HYPERSHIFT