Skip to content

Commit

Permalink
Merge pull request #46 from afbjorklund/pause-version
Browse files Browse the repository at this point in the history
Bump the sandbox image version to 3.6
  • Loading branch information
evol262 committed May 24, 2022
2 parents 261bd89 + 747ee86 commit 81e2583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/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 = "k8s.gcr.io/pause"
defaultPodSandboxImageVersion = "3.1"
defaultPodSandboxImageVersion = "3.6"
)

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

const (
defaultSandboxImage = "k8s.gcr.io/pause:3.4.1"
defaultSandboxImage = "k8s.gcr.io/pause:3.6"

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

0 comments on commit 81e2583

Please sign in to comment.