Skip to content

Commit

Permalink
Merge pull request #2012 from BenTheElder/pr1948
Browse files Browse the repository at this point in the history
bump images
  • Loading branch information
k8s-ci-robot authored Jan 21, 2021
2 parents 1da0c5e + cf0a6ab commit f8e85d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/config/defaults/image.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.
package defaults

// Image is the default for the Config.Image field, aka the default node image.
const Image = "kindest/node:v1.20.2@sha256:faf73652d0d4c2c23f377ac96215565e9c8f2382144ec972bf62a15bda0e6a5c"
const Image = "kindest/node:v1.20.2@sha256:8f7ea6e7642c0da54f04a7ee10431549c0257315b3a634f6ef2fecaaedb19bab"
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:v20210119-77baa200"
const DefaultBaseImage = "kindest/base:v20210120-1da0c5e6"

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

0 comments on commit f8e85d7

Please sign in to comment.