Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion controllers/gitopsservice_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading