Skip to content

Commit 7480abe

Browse files
iQQBotroboquat
authored andcommitted
[registry-facade] remove supervisor from static layer
1 parent 55d1e4b commit 7480abe

File tree

1 file changed

+0
-4
lines changed
  • install/installer/pkg/components/registry-facade

1 file changed

+0
-4
lines changed

install/installer/pkg/components/registry-facade/configmap.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) {
7070
Store: "/mnt/cache/registry",
7171
RequireAuth: false,
7272
StaticLayer: []regfac.StaticLayerCfg{
73-
{
74-
Ref: common.ImageName(ctx.Config.Repository, SupervisorImage, ctx.VersionManifest.Components.Workspace.Supervisor.Version),
75-
Type: "image",
76-
},
7773
{
7874
Ref: common.ImageName(ctx.Config.Repository, WorkspacekitImage, ctx.VersionManifest.Components.Workspace.Workspacekit.Version),
7975
Type: "image",

0 commit comments

Comments
 (0)