diff --git a/install/installer/pkg/components/registry-facade/daemonset.go b/install/installer/pkg/components/registry-facade/daemonset.go index 4ffe41ae34b888..dd8ac0392180d4 100644 --- a/install/installer/pkg/components/registry-facade/daemonset.go +++ b/install/installer/pkg/components/registry-facade/daemonset.go @@ -306,7 +306,7 @@ func daemonset(ctx *common.RenderContext) ([]runtime.Object, error) { *common.KubeRBACProxyContainer(ctx), { Name: "node-labeler", - Image: ctx.ImageName(ctx.Config.Repository, Component, ctx.VersionManifest.Components.WSDaemon.Version), + Image: ctx.ImageName(ctx.Config.Repository, Component, ctx.VersionManifest.Components.RegistryFacade.Version), Command: []string{ "/app/ready-probe-labeler", fmt.Sprintf("--label=gitpod.io/registry-facade_ready_ns_%v", ctx.Namespace),