Skip to content

Commit e51ff3e

Browse files
authored
[image-builder] Set correct image name (#16683)
1 parent 400be83 commit e51ff3e

File tree

1 file changed

+1
-1
lines changed
  • install/installer/pkg/components/image-builder-mk3-wsman

1 file changed

+1
-1
lines changed

install/installer/pkg/components/image-builder-mk3-wsman/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func deployment(ctx *common.RenderContext) ([]runtime.Object, error) {
175175
InitContainers: []corev1.Container{
176176
{
177177
Name: "setup",
178-
Image: ctx.ImageName(ctx.Config.Repository, Component, ctx.VersionManifest.Components.ImageBuilderMk3.Version), ImagePullPolicy: corev1.PullIfNotPresent,
178+
Image: ctx.ImageName(ctx.Config.Repository, imagebuildermk3.Component, ctx.VersionManifest.Components.ImageBuilderMk3.Version), ImagePullPolicy: corev1.PullIfNotPresent,
179179
Args: []string{
180180
"setup",
181181
},

0 commit comments

Comments
 (0)