Skip to content

Commit

Permalink
Update local.go
Browse files Browse the repository at this point in the history
  • Loading branch information
clcc2019 committed Sep 23, 2024
1 parent 5fe2653 commit 3019844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/registry/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3019844

Please sign in to comment.