Skip to content

Commit 1d3b9c5

Browse files
authored
Merge pull request #1532 from jsturtevant/update-pause-image-ref
Update to latest Windows SandboxImage
2 parents 5df93a0 + 2bb0b19 commit 1d3b9c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/config/config_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func DefaultConfig() PluginConfig {
5454
TLSKeyFile: "",
5555
TLSCertFile: "",
5656
},
57-
SandboxImage: "mcr.microsoft.com/k8s/core/pause:1.2.0",
57+
SandboxImage: "mcr.microsoft.com/oss/kubernetes/pause:1.4.0",
5858
StatsCollectPeriod: 10,
5959
MaxContainerLogLineSize: 16 * 1024,
6060
Registry: Registry{

0 commit comments

Comments
 (0)