Skip to content

Commit

Permalink
Merge pull request #2062 from pacoxu/pause/3.4.1
Browse files Browse the repository at this point in the history
update pause image to 3.4.1
  • Loading branch information
k8s-ci-robot authored Mar 11, 2021
2 parents 044d61f + cb019d0 commit f4bc8f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/base/files/etc/containerd/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version = 2

[plugins."io.containerd.grpc.v1.cri"]
# use fixed sandbox image
sandbox_image = "k8s.gcr.io/pause:3.3"
sandbox_image = "k8s.gcr.io/pause:3.4.1"
# allow hugepages controller to be missing
# see https://github.com/containerd/cri/pull/1501
tolerate_missing_hugepages_controller = true
Expand Down
2 changes: 1 addition & 1 deletion pkg/build/nodeimage/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package nodeimage
const DefaultImage = "kindest/node:latest"

// DefaultBaseImage is the default base image used
const DefaultBaseImage = "kindest/base:v20210310-0cec18c1"
const DefaultBaseImage = "kindest/base:v20210310-fb133a07"

// DefaultMode is the default kubernetes build mode for the built image
// see pkg/build/kube.Bits
Expand Down

0 comments on commit f4bc8f0

Please sign in to comment.