Skip to content

Commit 372c8f7

Browse files
Bump the sandbox image version to 3.10 (Mirantis#428)
Co-authored-by: Nick Neisen <[email protected]>
1 parent 5c70d57 commit 372c8f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/cri/options/options.go

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ import (
3838
)
3939

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

4343
// Various default sandbox resources requests/limits.
4444
defaultSandboxCPUshares int64 = 2

0 commit comments

Comments
 (0)