File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ func KindNet(repo string) string {
183
183
}
184
184
185
185
// 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 "
187
187
const calicoRepo = "docker.io/calico"
188
188
189
189
// CalicoDaemonSet returns the image used for calicoDaemonSet
Original file line number Diff line number Diff line change @@ -5030,9 +5030,11 @@ spec:
5030
5030
- name : var-run-calico
5031
5031
hostPath :
5032
5032
path : /var/run/calico
5033
+ type : DirectoryOrCreate
5033
5034
- name : var-lib-calico
5034
5035
hostPath :
5035
5036
path : /var/lib/calico
5037
+ type : DirectoryOrCreate
5036
5038
- name : xtables-lock
5037
5039
hostPath :
5038
5040
path : /run/xtables.lock
@@ -5053,6 +5055,7 @@ spec:
5053
5055
- name : cni-bin-dir
5054
5056
hostPath :
5055
5057
path : /opt/cni/bin
5058
+ type : DirectoryOrCreate
5056
5059
- name : cni-net-dir
5057
5060
hostPath :
5058
5061
path : /etc/cni/net.d
You can’t perform that action at this time.
0 commit comments