Skip to content

Commit fe99da4

Browse files
authored
Bump the sandbox image version to 3.10 - backport release/0.3 (#429)
1 parent 7119864 commit fe99da4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/cri/options/options.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func (f *DockerCRIFlags) AddFlags(mainfs *pflag.FlagSet) {
9191

9292
const (
9393
defaultPodSandboxImageName = "registry.k8s.io/pause"
94-
defaultPodSandboxImageVersion = "3.9"
94+
defaultPodSandboxImageVersion = "3.10"
9595
)
9696

9797
var (

core/sandbox_helpers.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import (
3636
)
3737

3838
const (
39-
defaultSandboxImage = "registry.k8s.io/pause:3.9"
39+
defaultSandboxImage = "registry.k8s.io/pause:3.10"
4040

4141
// Various default sandbox resources requests/limits.
4242
defaultSandboxCPUshares int64 = 2

0 commit comments

Comments
 (0)