Skip to content

Commit ac88a01

Browse files
authored
Update gitops console and gitops backend images (#1100)
* update gitosp console and gitops backend images Signed-off-by: Varsha B <vab@redhat.com> * fix images Signed-off-by: Varsha B <vab@redhat.com> --------- Signed-off-by: Varsha B <vab@redhat.com>
1 parent 9ee56b4 commit ac88a01

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

common/common.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

controllers/gitopsservice_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var logs = logf.Log.WithName("controller_gitopsservice")
6161
// defaults must some somewhere else..
6262
var (
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"

0 commit comments

Comments
 (0)