bump kindnet to v20210326-1e038dc5

pull/11178/head
Predrag Rogic 2021-04-23 22:36:40 +01:00
parent 6f97066217
commit cdc5048ec3
No known key found for this signature in database
GPG Key ID: F1FF5748C4855229
2 changed files with 10 additions and 1 deletions

View File

@ -141,11 +141,13 @@ func dashboardMetrics(repo string) string {
}
// KindNet returns the image used for kindnet
// ref: https://hub.docker.com/r/kindest/kindnetd/tags
// src: https://github.com/kubernetes-sigs/kind/tree/master/images/kindnetd
func KindNet(repo string) string {
if repo == "" {
repo = "kindest"
}
return path.Join(repo, "kindnetd:v20210220-5b7e6d01")
return path.Join(repo, "kindnetd:v20210326-1e038dc5")
}
// CalicoDaemonSet returns the image used for calicoDaemonSet

View File

@ -48,6 +48,13 @@ rules:
verbs:
- list
- watch
- patch
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1