feat: upgrade registry.k8s.io/pause version

Signed-off-by: rongfu.leng <1275177125@qq.com>
This commit is contained in:
lengrongfu 2022-09-02 12:15:10 +08:00 committed by rongfu.leng
parent edd59aa360
commit 3c0e6c40ad
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ func initImages(imageListFile string) {
imageList = ImageList{
Alpine: "docker.io/library/alpine:latest",
BusyBox: "docker.io/library/busybox:latest",
Pause: "registry.k8s.io/pause:3.7",
Pause: "registry.k8s.io/pause:3.8",
ResourceConsumer: "registry.k8s.io/e2e-test-images/resource-consumer:1.10",
VolumeCopyUp: "ghcr.io/containerd/volume-copy-up:2.1",
VolumeOwnership: "ghcr.io/containerd/volume-ownership:2.1",

View File

@ -94,7 +94,7 @@ func DefaultConfig() PluginConfig {
TLSKeyFile: "",
TLSCertFile: "",
},
SandboxImage: "registry.k8s.io/pause:3.7",
SandboxImage: "registry.k8s.io/pause:3.8",
StatsCollectPeriod: 10,
SystemdCgroup: false,
MaxContainerLogLineSize: 16 * 1024,

View File

@ -53,7 +53,7 @@ func DefaultConfig() PluginConfig {
TLSKeyFile: "",
TLSCertFile: "",
},
SandboxImage: "registry.k8s.io/pause:3.7",
SandboxImage: "registry.k8s.io/pause:3.8",
StatsCollectPeriod: 10,
MaxContainerLogLineSize: 16 * 1024,
MaxConcurrentDownloads: 3,