Skip to content

Commit 7a0529e

Browse files
sagor999roboquat
authored andcommitted
Revert "[registry-facade] remove supervisor from static layer"
This reverts commit 7480abe.
1 parent 2a9c4da commit 7a0529e

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ 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+
},
7377
{
7478
Ref: common.ImageName(ctx.Config.Repository, WorkspacekitImage, ctx.VersionManifest.Components.Workspace.Workspacekit.Version),
7579
Type: "image",

0 commit comments

Comments
 (0)