Skip to content

Commit a027116

Browse files
authored
Merge pull request #20052 from minikube-bot/auto_bump_calico_version
CNI: Update calico from v3.29.0 to v3.29.1
2 parents 498b49c + 8d1e3f5 commit a027116

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pkg/minikube/bootstrapper/images/images.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func KindNet(repo string) string {
183183
}
184184

185185
// all calico images are from https://github.com/projectcalico/calico/blob/master/manifests/calico.yaml
186-
const calicoVersion = "v3.29.0"
186+
const calicoVersion = "v3.29.1"
187187
const calicoRepo = "docker.io/calico"
188188

189189
// CalicoDaemonSet returns the image used for calicoDaemonSet

pkg/minikube/cni/calico.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -1939,6 +1939,10 @@ spec:
19391939
description: 'WireguardRoutingRulePriority controls the priority value
19401940
to use for the Wireguard routing rule. [Default: 99]'
19411941
type: integer
1942+
wireguardThreadingEnabled:
1943+
description: 'WireguardThreadingEnabled controls whether Wireguard
1944+
has NAPI threading enabled. [Default: false]'
1945+
type: boolean
19421946
workloadSourceSpoofing:
19431947
description: WorkloadSourceSpoofing controls whether pods can use
19441948
the allowedSourcePrefixes annotation to send traffic with a source
@@ -5915,6 +5919,12 @@ rules:
59155919
- get
59165920
- list
59175921
- watch
5922+
# Calico creates some tiers on startup.
5923+
- apiGroups: ["crd.projectcalico.org"]
5924+
resources:
5925+
- tiers
5926+
verbs:
5927+
- create
59185928
# Calico must create and update some CRDs on startup.
59195929
- apiGroups: ["crd.projectcalico.org"]
59205930
resources:

0 commit comments

Comments
 (0)