Skip to content

Commit

Permalink
Bump the sandbox image version to 3.10 (#428)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Neisen <[email protected]>
  • Loading branch information
afbjorklund and nwneisen authored Jan 22, 2025
1 parent 5c70d57 commit 372c8f7
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 372c8f7

Please sign in to comment.