Skip to content

Commit ec87660

Browse files
authored
[installer] fix service-waiter bug (#19025)
1 parent 6c0bb90 commit ec87660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/common/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ func ServerComponentWaiterContainer(ctx *RenderContext) *corev1.Container {
503503
// PublicApiServerComponentWaiterContainer is the container used to wait for the deployment/public-api-server to be ready
504504
// it requires pods list access to the cluster
505505
func PublicApiServerComponentWaiterContainer(ctx *RenderContext) *corev1.Container {
506-
image := ctx.ImageName(ctx.Config.Repository, PublicApiComponent, ctx.VersionManifest.Components.Server.Version)
506+
image := ctx.ImageName(ctx.Config.Repository, PublicApiComponent, ctx.VersionManifest.Components.PublicAPIServer.Version)
507507
return componentWaiterContainer(ctx, PublicApiComponent, DefaultLabels(PublicApiComponent), image)
508508
}
509509

0 commit comments

Comments
 (0)