CNI: Update flannel from v0.22.1 to v0.22.2
parent
cd7c5028f9
commit
38d5550e53
|
@ -150,7 +150,7 @@ spec:
|
|||
- name: cni-plugin
|
||||
mountPath: /opt/cni/bin
|
||||
- name: install-cni
|
||||
image: docker.io/flannel/flannel:v0.22.1
|
||||
image: docker.io/flannel/flannel:v0.22.2
|
||||
command:
|
||||
- cp
|
||||
args:
|
||||
|
@ -164,7 +164,7 @@ spec:
|
|||
mountPath: /etc/kube-flannel/
|
||||
containers:
|
||||
- name: kube-flannel
|
||||
image: docker.io/flannel/flannel:v0.22.1
|
||||
image: docker.io/flannel/flannel:v0.22.2
|
||||
command:
|
||||
- /opt/bin/flanneld
|
||||
args:
|
||||
|
|
Loading…
Reference in New Issue