From 8d3de553f40afdf31a9c694d94185aea27c14b95 Mon Sep 17 00:00:00 2001 From: yanggang Date: Sun, 13 Nov 2022 18:58:35 +0800 Subject: Make mosquitto image:tag can be easy replaced in future. Signed-off-by: yanggang --- common/constants/default.go | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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 -- cgit v1.2.3