Skip to content

Commit

Permalink
Update common.go
Browse files Browse the repository at this point in the history
  • Loading branch information
clcc2019 authored Sep 18, 2024
1 parent 91623fa commit 2c73e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const (
KubeLvsCareStaticPodName = "kube-lvscare"
RegLvsCareStaticPodName = "reg-lvscare"
StaticPodDir = "/etc/kubernetes/manifests"
LvsCareRepoAndTag = "sealerio/lvscare:v1.1.3-beta.8"
LvsCareRepoAndTag = "lvscare:latest"
)

// Envs
Expand Down Expand Up @@ -86,9 +86,9 @@ const (
// image module
const (
DefaultMetadataName = "Metadata"
DefaultRegistryDomain = "sea.hub"
DefaultRegistryDomain = "mks.hub"
DefaultRegistryPort = 5000
DefaultRegistryURL = "sea.hub:5000"
DefaultRegistryURL = "mks.hub:5000"
DefaultRegistryHtPasswdFile = "registry_htpasswd"
)

Expand Down

0 comments on commit 2c73e17

Please sign in to comment.