Merge pull request #5927 from adelina-t/ws_2022_image_update

Update Pause image in tests & config
This commit is contained in:
Mike Brown
2021-08-31 16:11:57 -05:00
committed by GitHub
11 changed files with 23 additions and 23 deletions

View File

@@ -92,7 +92,7 @@ func DefaultConfig() PluginConfig {
TLSKeyFile: "",
TLSCertFile: "",
},
SandboxImage: "k8s.gcr.io/pause:3.5",
SandboxImage: "k8s.gcr.io/pause:3.6",
StatsCollectPeriod: 10,
SystemdCgroup: false,
MaxContainerLogLineSize: 16 * 1024,

View File

@@ -52,7 +52,7 @@ func DefaultConfig() PluginConfig {
TLSKeyFile: "",
TLSCertFile: "",
},
SandboxImage: "k8s.gcr.io/pause:3.5",
SandboxImage: "k8s.gcr.io/pause:3.6",
StatsCollectPeriod: 10,
MaxContainerLogLineSize: 16 * 1024,
MaxConcurrentDownloads: 3,