Merge pull request #20390 from minikube-bot/auto_bump_calico_version
CNI: Update calico from v3.29.1 to v3.29.2pull/20400/head
commit
8486ed0d66
|
@ -183,7 +183,7 @@ func KindNet(repo string) string {
|
|||
}
|
||||
|
||||
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
|
||||
const calicoVersion = "v3.29.1"
|
||||
const calicoVersion = "v3.29.2"
|
||||
const calicoRepo = "docker.io/calico"
|
||||
|
||||
// CalicoDaemonSet returns the image used for calicoDaemonSet
|
||||
|
|
|
@ -192,8 +192,14 @@ spec:
|
|||
a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?'
|
||||
default: ""
|
||||
description: 'Name of the referent. This field is effectively
|
||||
required, but due to backwards compatibility is allowed
|
||||
to be empty. Instances of this type with an empty value
|
||||
here are almost certainly wrong. TODO: Add other useful
|
||||
fields. apiVersion, kind, uid? More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn''t
|
||||
need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.'
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be
|
||||
|
@ -542,8 +548,14 @@ spec:
|
|||
a valid secret key.
|
||||
type: string
|
||||
name:
|
||||
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Add other useful fields. apiVersion, kind, uid?'
|
||||
default: ""
|
||||
description: 'Name of the referent. This field is effectively
|
||||
required, but due to backwards compatibility is allowed
|
||||
to be empty. Instances of this type with an empty value
|
||||
here are almost certainly wrong. TODO: Add other useful
|
||||
fields. apiVersion, kind, uid? More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
||||
TODO: Drop `kubebuilder:default` when controller-gen doesn''t
|
||||
need it https://github.com/kubernetes-sigs/kubebuilder/issues/3896.'
|
||||
type: string
|
||||
optional:
|
||||
description: Specify whether the Secret or its key must be
|
||||
|
@ -5802,6 +5814,7 @@ rules:
|
|||
verbs:
|
||||
# read its own config
|
||||
- get
|
||||
- list
|
||||
# create a default if none exists
|
||||
- create
|
||||
# update status
|
||||
|
|
Loading…
Reference in New Issue