Merge pull request #18966 from minikube-bot/auto_bump_flannel_version
CNI: Update flannel from v0.25.1 to v0.25.2pull/18990/head
commit
fe80eedfce
|
@ -133,7 +133,7 @@ spec:
|
|||
serviceAccountName: flannel
|
||||
initContainers:
|
||||
- name: install-cni-plugin
|
||||
image: docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
|
||||
image: docker.io/flannel/flannel-cni-plugin:v1.4.1-flannel1
|
||||
command:
|
||||
- cp
|
||||
args:
|
||||
|
@ -144,7 +144,7 @@ spec:
|
|||
- name: cni-plugin
|
||||
mountPath: /opt/cni/bin
|
||||
- name: install-cni
|
||||
image: docker.io/flannel/flannel:v0.25.1
|
||||
image: docker.io/flannel/flannel:v0.25.2
|
||||
command:
|
||||
- cp
|
||||
args:
|
||||
|
@ -158,7 +158,7 @@ spec:
|
|||
mountPath: /etc/kube-flannel/
|
||||
containers:
|
||||
- name: kube-flannel
|
||||
image: docker.io/flannel/flannel:v0.25.1
|
||||
image: docker.io/flannel/flannel:v0.25.2
|
||||
command:
|
||||
- /opt/bin/flanneld
|
||||
args:
|
||||
|
|
Loading…
Reference in New Issue