upgrade pause image to 3.5 for non-root
Signed-off-by: pacoxu <paco.xu@daocloud.io>
This commit is contained in:
@@ -49,7 +49,7 @@ import (
|
||||
|
||||
const (
|
||||
timeout = 1 * time.Minute
|
||||
pauseImage = "k8s.gcr.io/pause:3.4.1" // This is the same with default sandbox image.
|
||||
pauseImage = "k8s.gcr.io/pause:3.5" // This is the same with default sandbox image.
|
||||
k8sNamespace = constants.K8sContainerdNamespace
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user