Skip to content

Commit 81fa289

Browse files
committed
CNI: Update calico from v3.28.0 to v3.28.1
1 parent 732b969 commit 81fa289

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pkg/minikube/bootstrapper/images/images.go

Lines changed: 1 addition & 1 deletion
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.28.0"
186+
const calicoVersion = "v3.28.1"
187187
const calicoRepo = "docker.io/calico"
188188

189189
// CalicoDaemonSet returns the image used for calicoDaemonSet

pkg/minikube/cni/calico.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5030,9 +5030,11 @@ spec:
50305030
- name: var-run-calico
50315031
hostPath:
50325032
path: /var/run/calico
5033+
type: DirectoryOrCreate
50335034
- name: var-lib-calico
50345035
hostPath:
50355036
path: /var/lib/calico
5037+
type: DirectoryOrCreate
50365038
- name: xtables-lock
50375039
hostPath:
50385040
path: /run/xtables.lock
@@ -5053,6 +5055,7 @@ spec:
50535055
- name: cni-bin-dir
50545056
hostPath:
50555057
path: /opt/cni/bin
5058+
type: DirectoryOrCreate
50565059
- name: cni-net-dir
50575060
hostPath:
50585061
path: /etc/cni/net.d

0 commit comments

Comments
 (0)