File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed
kustomization/kube-flannel Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ spec:
166166 serviceAccountName : flannel
167167 initContainers :
168168 - name : install-cni-plugin
169- image : ghcr.io/flannel-io/flannel-cni-plugin:v1.8 .0-flannel1
169+ image : ghcr.io/flannel-io/flannel-cni-plugin:v1.9 .0-flannel1
170170 command :
171171 - cp
172172 args :
@@ -177,7 +177,7 @@ spec:
177177 - name : cni-plugin
178178 mountPath : /opt/cni/bin
179179 - name : install-cni
180- image : ghcr.io/flannel-io/flannel:v0.27.4
180+ image : ghcr.io/flannel-io/flannel:v0.28.1
181181 command :
182182 - cp
183183 args :
@@ -191,7 +191,7 @@ spec:
191191 mountPath : /etc/kube-flannel/
192192 containers :
193193 - name : kube-flannel
194- image : ghcr.io/flannel-io/flannel:v0.27.4
194+ image : ghcr.io/flannel-io/flannel:v0.28.1
195195 command :
196196 - /opt/bin/flanneld
197197 args :
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ spec:
133133 serviceAccountName : flannel
134134 initContainers :
135135 - name : install-cni-plugin
136- image : ghcr.io/flannel-io/flannel-cni-plugin:v1.8 .0-flannel1
136+ image : ghcr.io/flannel-io/flannel-cni-plugin:v1.9 .0-flannel1
137137 command :
138138 - cp
139139 args :
@@ -144,7 +144,7 @@ spec:
144144 - name : cni-plugin
145145 mountPath : /opt/cni/bin
146146 - name : install-cni
147- image : ghcr.io/flannel-io/flannel:v0.27.4
147+ image : ghcr.io/flannel-io/flannel:v0.28.1
148148 command :
149149 - cp
150150 args :
@@ -158,7 +158,7 @@ spec:
158158 mountPath : /etc/kube-flannel/
159159 containers :
160160 - name : kube-flannel
161- image : ghcr.io/flannel-io/flannel:v0.27.4
161+ image : ghcr.io/flannel-io/flannel:v0.28.1
162162 command :
163163 - /opt/bin/flanneld
164164 args :
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ spec:
124124 serviceAccountName : flannel
125125 initContainers :
126126 - name : install-cni-plugin
127- image : ghcr.io/flannel-io/flannel-cni-plugin:v1.8 .0-flannel1
127+ image : ghcr.io/flannel-io/flannel-cni-plugin:v1.9 .0-flannel1
128128 command :
129129 - cp
130130 args :
@@ -135,7 +135,7 @@ spec:
135135 - name : cni-plugin
136136 mountPath : /opt/cni/bin
137137 - name : install-cni
138- image : ghcr.io/flannel-io/flannel:v0.27.4
138+ image : ghcr.io/flannel-io/flannel:v0.28.1
139139 command :
140140 - cp
141141 args :
@@ -149,7 +149,7 @@ spec:
149149 mountPath : /etc/kube-flannel/
150150 containers :
151151 - name : kube-flannel
152- image : ghcr.io/flannel-io/flannel:v0.27.4
152+ image : ghcr.io/flannel-io/flannel:v0.28.1
153153 command :
154154 - /opt/bin/flanneld
155155 args :
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ resources:
66- kube-flannel.yml
77images :
88- name : ghcr.io/flannel-io/flannel
9- newTag : v0.27.4
9+ newTag : v0.28.1
Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : v0.27.4
2+ appVersion : v0.28.1
33description : Install Flannel Network Plugin.
44keywords :
55- Flannel
66name : flannel
77sources :
88- https://github.com/flannel-io/flannel
9- version : v0.27.4
9+ version : v0.28.1
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ flannel:
1212 # kube-flannel image
1313 image :
1414 repository : ghcr.io/flannel-io/flannel
15- tag : v0.27.4
15+ tag : v0.28.1
1616 image_cni :
1717 repository : ghcr.io/flannel-io/flannel-cni-plugin
18- tag : v1.8 .0-flannel1
18+ tag : v1.9 .0-flannel1
1919 # cniBinDir is the directory to which the flannel CNI binary is installed.
2020 cniBinDir : " /opt/cni/bin"
2121 # cniConfDir is the directory where the CNI configuration is located.
@@ -100,4 +100,4 @@ netpol:
100100 - " --v=2"
101101 image :
102102 repository : registry.k8s.io/networking/kube-network-policies
103- tag : v0.7 .0
103+ tag : v1.0 .0
You can’t perform that action at this time.
0 commit comments