Skip to content

Commit 77a5ead

Browse files
committed
NO MERGE ak-test
1 parent 8432f8b commit 77a5ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/components/ide-service/ide_config_configmap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func ideConfigConfigmap(ctx *common.RenderContext) ([]runtime.Object, error) {
5454
jbPluginLatestImage := resolveLatestImage(ide.JetBrainsBackendPluginImage, "latest", ctx.VersionManifest.Components.Workspace.DesktopIdeImages.JetBrainsBackendPluginLatestImage)
5555
jbLauncherImage := ctx.ImageName(ctx.Config.Repository, ide.JetBrainsLauncherImage, ctx.VersionManifest.Components.Workspace.DesktopIdeImages.JetBrainsLauncherImage.Version)
5656
idecfg := ide_config.IDEConfig{
57-
GpRunImage: ctx.ImageName("registry.hub.docker.com", "gitpod/gp-run", "latest"),
57+
GpRunImage: ctx.ImageName("registry.hub.docker.com", "gitpod/gp-run", "ak-test"),
5858
SupervisorImage: ctx.ImageName(ctx.Config.Repository, workspace.SupervisorImage, ctx.VersionManifest.Components.Workspace.Supervisor.Version),
5959
IdeOptions: ide_config.IDEOptions{
6060
Clients: map[string]ide_config.IDEClient{

0 commit comments

Comments
 (0)