We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c73e17 commit d2c54b9Copy full SHA for d2c54b9
common/common.go
@@ -46,7 +46,7 @@ const (
46
KubeLvsCareStaticPodName = "kube-lvscare"
47
RegLvsCareStaticPodName = "reg-lvscare"
48
StaticPodDir = "/etc/kubernetes/manifests"
49
- LvsCareRepoAndTag = "lvscare:latest"
+ LvsCareRepoAndTag = "global/lvscare:latest"
50
)
51
52
// Envs
0 commit comments