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"