From 5da16a85fe7f60d6fef78f79ef100e5e0d2fd2ec Mon Sep 17 00:00:00 2001 From: Varsha B Date: Fri, 20 Mar 2026 13:06:03 +0530 Subject: [PATCH] update gitosp console and gitops backend images Signed-off-by: Varsha B --- common/common.go | 4 ++-- controllers/gitopsservice_controller.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/common.go b/common/common.go index 26206b81b09..7297ab3156c 100644 --- a/common/common.go +++ b/common/common.go @@ -30,9 +30,9 @@ const ( // InfraNodeLabelSelector is a nodeSelector for infrastructure nodes in Openshift InfraNodeLabelSelector = "node-role.kubernetes.io/infra" // Default console plugin image - DefaultConsoleImage = "quay.io/redhat-developer/gitops-console-plugin" + DefaultConsoleImage = "uay.io/redhat-user-workloads/rh-openshift-gitops-tenant/console-plugin-rhel8" // Default console plugin version - DefaultConsoleVersion = "v0.1.0" + DefaultConsoleVersion = "latest" // Default console plugin installation OCP version DefaultDynamicPluginStartOCPVersion = "4.15.0" // ImagePullPolicyEnvVar is the environment variable for configuring image pull policy diff --git a/controllers/gitopsservice_controller.go b/controllers/gitopsservice_controller.go index 4782e40e8f0..3c07e85a635 100644 --- a/controllers/gitopsservice_controller.go +++ b/controllers/gitopsservice_controller.go @@ -61,7 +61,7 @@ var logs = logf.Log.WithName("controller_gitopsservice") // defaults must some somewhere else.. var ( port int32 = 8080 - backendImage string = "quay.io/redhat-developer/gitops-backend:v0.0.1" + backendImage string = "quay.io/redhat-user-workloads/rh-openshift-gitops-tenant/gitops-rhel8:latest" backendImageEnvName = "BACKEND_IMAGE" serviceName = "cluster" insecureEnvVar = "INSECURE"