Merge pull request #20052 from minikube-bot/auto_bump_calico_version
CNI: Update calico from v3.29.0 to v3.29.1pull/20062/head
commit
a027116044
|
@ -183,7 +183,7 @@ func KindNet(repo string) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
|
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
|
||||||
const calicoVersion = "v3.29.0"
|
const calicoVersion = "v3.29.1"
|
||||||
const calicoRepo = "docker.io/calico"
|
const calicoRepo = "docker.io/calico"
|
||||||
|
|
||||||
// CalicoDaemonSet returns the image used for calicoDaemonSet
|
// CalicoDaemonSet returns the image used for calicoDaemonSet
|
||||||
|
|
|
@ -1939,6 +1939,10 @@ spec:
|
||||||
description: 'WireguardRoutingRulePriority controls the priority value
|
description: 'WireguardRoutingRulePriority controls the priority value
|
||||||
to use for the Wireguard routing rule. [Default: 99]'
|
to use for the Wireguard routing rule. [Default: 99]'
|
||||||
type: integer
|
type: integer
|
||||||
|
wireguardThreadingEnabled:
|
||||||
|
description: 'WireguardThreadingEnabled controls whether Wireguard
|
||||||
|
has NAPI threading enabled. [Default: false]'
|
||||||
|
type: boolean
|
||||||
workloadSourceSpoofing:
|
workloadSourceSpoofing:
|
||||||
description: WorkloadSourceSpoofing controls whether pods can use
|
description: WorkloadSourceSpoofing controls whether pods can use
|
||||||
the allowedSourcePrefixes annotation to send traffic with a source
|
the allowedSourcePrefixes annotation to send traffic with a source
|
||||||
|
@ -5915,6 +5919,12 @@ rules:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
# Calico creates some tiers on startup.
|
||||||
|
- apiGroups: ["crd.projectcalico.org"]
|
||||||
|
resources:
|
||||||
|
- tiers
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
# Calico must create and update some CRDs on startup.
|
# Calico must create and update some CRDs on startup.
|
||||||
- apiGroups: ["crd.projectcalico.org"]
|
- apiGroups: ["crd.projectcalico.org"]
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in New Issue