File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ const (
3030 // InfraNodeLabelSelector is a nodeSelector for infrastructure nodes in Openshift
3131 InfraNodeLabelSelector = "node-role.kubernetes.io/infra"
3232 // Default console plugin image
33- DefaultConsoleImage = "quay.io/redhat-developer/ gitops-console-plugin"
33+ DefaultConsoleImage = "quay.io/redhat-user-workloads/rh-openshift- gitops-tenant/ console-plugin-rhel9 "
3434 // Default console plugin version
35- DefaultConsoleVersion = "v0.1.0 "
35+ DefaultConsoleVersion = "main "
3636 // Default console plugin installation OCP version
3737 DefaultDynamicPluginStartOCPVersion = "4.15.0"
3838 // ImagePullPolicyEnvVar is the environment variable for configuring image pull policy
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ var logs = logf.Log.WithName("controller_gitopsservice")
6161// defaults must some somewhere else..
6262var (
6363 port int32 = 8080
64- backendImage string = "quay.io/redhat-developer/ gitops-backend:v0.0.1 "
64+ backendImage string = "quay.io/redhat-user-workloads/rh-openshift- gitops-tenant/gitops-rhel9:main "
6565 backendImageEnvName = "BACKEND_IMAGE"
6666 serviceName = "cluster"
6767 insecureEnvVar = "INSECURE"
You can’t perform that action at this time.
0 commit comments