Skip to content

Commit

Permalink
Bump the sandbox image version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
afbjorklund committed Dec 22, 2023
1 parent a2da53a commit 00b4d18
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.6"
defaultPodSandboxImageVersion = "3.9"
)

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 @@ -34,7 +34,7 @@ import (
)

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

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

0 comments on commit 00b4d18

Please sign in to comment.