summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authoryanggang <gang.yang@daocloud.io>2022-11-13 18:58:35 +0800
committeryanggang <gang.yang@daocloud.io>2022-11-13 18:58:35 +0800
commit8d3de553f40afdf31a9c694d94185aea27c14b95 (patch)
treeff36947d32ce73d98f3220bc1caa07902769afe0 /common
parentMerge pull request #4391 from wackxu/cleanrulee2e (diff)
downloadkubeedge-8d3de553f40afdf31a9c694d94185aea27c14b95.tar.gz
Make mosquitto image:tag can be easy replaced in future.
Signed-off-by: yanggang <gang.yang@daocloud.io>
Diffstat (limited to 'common')
-rw-r--r--common/constants/default.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/constants/default.go b/common/constants/default.go
index 02f3d64e1..56025e41e 100644
--- a/common/constants/default.go
+++ b/common/constants/default.go
@@ -48,6 +48,7 @@ const (
DefaultEdgedMemoryCapacity = 7852396000
DefaultRemoteRuntimeEndpoint = "unix:///var/run/dockershim.sock"
DefaultRemoteImageEndpoint = "unix:///var/run/dockershim.sock"
+ DefaultMosquittoImage = "eclipse-mosquitto:1.6.15"
DefaultPodSandboxImage = "kubeedge/pause:3.1"
DefaultImagePullProgressDeadline = time.Minute
DefaultImageGCHighThreshold = 80