From 3019844f01cb268e63199991c94d4a1e28892773 Mon Sep 17 00:00:00 2001 From: life <46099295+clcc2019@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:49:10 +0800 Subject: [PATCH] Update local.go --- pkg/registry/local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/registry/local.go b/pkg/registry/local.go index 0ca4100c7c4..0d112ecb1bd 100644 --- a/pkg/registry/local.go +++ b/pkg/registry/local.go @@ -181,7 +181,7 @@ func (c *localConfigurator) configureLvs(registryHosts, clientHosts []net.IP) er } //todo should make lvs image name as const value in sealer repo. - lvsImageURL := path.Join(net.JoinHostPort(c.Domain, strconv.Itoa(c.Port)), common.LvsCareRepoAndTag) + lvsImageURL := path.Join(net.JoinHostPort(common.LvsCareRepoAndTag) vip := GetRegistryVIP(c.infraDriver)