Skip to content

Commit

Permalink
Bump the sandbox image version to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Jan 6, 2025
1 parent 77554f6 commit de4a72c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/cri/options/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (f *DockerCRIFlags) AddFlags(mainfs *pflag.FlagSet) {

const (
defaultPodSandboxImageName = "registry.k8s.io/pause"
defaultPodSandboxImageVersion = "3.9"
defaultPodSandboxImageVersion = "3.10"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion core/sandbox_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
)

const (
defaultSandboxImage = "registry.k8s.io/pause:3.9"
defaultSandboxImage = "registry.k8s.io/pause:3.10"

// Various default sandbox resources requests/limits.
defaultSandboxCPUshares int64 = 2
Expand Down

0 comments on commit de4a72c

Please sign in to comment.