Skip to content

Commit

Permalink
bump kindnetd image
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Ojea committed Jun 29, 2021
1 parent 369e1c7 commit b28cf6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/build/nodeimage/const_cni.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package nodeimage
The default CNI manifest and images are our own tiny kindnet
*/

var defaultCNIImages = []string{"docker.io/kindest/kindnetd:v20210616-5aea9f9e"}
var defaultCNIImages = []string{"docker.io/kindest/kindnetd:v20210629-369e1c79"}

// TODO: migrate to fully patching and deprecate the template
const defaultCNIManifest = `
Expand Down Expand Up @@ -94,7 +94,7 @@ spec:
serviceAccountName: kindnet
containers:
- name: kindnet-cni
image: docker.io/kindest/kindnetd:v20210616-5aea9f9e
image: docker.io/kindest/kindnetd:v20210629-369e1c79
env:
- name: HOST_IP
valueFrom:
Expand Down

0 comments on commit b28cf6d

Please sign in to comment.