@@ -133,7 +133,7 @@ spec:
133133 hostNetwork : true
134134 containers :
135135 - name : kilo
136- image : squat/kilo:0.4.1
136+ image : squat/kilo:0.5.0
137137 args :
138138 - --kubeconfig=/etc/kubernetes/kubeconfig
139139 - --hostname=$(NODE_NAME)
@@ -164,7 +164,7 @@ spec:
164164 readOnly : false
165165 initContainers :
166166 - name : generate-kubeconfig
167- image : squat/kilo:0.4.1
167+ image : squat/kilo:0.5.0
168168 command :
169169 - /bin/sh
170170 args :
@@ -185,7 +185,7 @@ spec:
185185 fieldRef :
186186 fieldPath : metadata.namespace
187187 - name : install-cni
188- image : squat/kilo:0.4.1
188+ image : squat/kilo:0.5.0
189189 command :
190190 - /bin/sh
191191 - -c
@@ -264,7 +264,7 @@ spec:
264264 hostNetwork : true
265265 containers :
266266 - name : kilo
267- image : squat/kilo:0.4.1
267+ image : squat/kilo:0.5.0
268268 args :
269269 - --kubeconfig=/etc/kubernetes/kubeconfig
270270 - --hostname=$(NODE_NAME)
@@ -311,7 +311,7 @@ spec:
311311 readOnly : false
312312 initContainers :
313313 - name : generate-kubeconfig
314- image : squat/kilo:0.4.1
314+ image : squat/kilo:0.5.0
315315 command :
316316 - /bin/sh
317317 args :
@@ -332,7 +332,7 @@ spec:
332332 fieldRef :
333333 fieldPath : metadata.namespace
334334 - name : install-cni
335- image : squat/kilo:0.4.1
335+ image : squat/kilo:0.5.0
336336 command :
337337 - /bin/sh
338338 - -c
@@ -428,7 +428,7 @@ spec:
428428 readOnly : true
429429 initContainers :
430430 - name : generate-kubeconfig
431- image : squat/kilo:0.4.1
431+ image : squat/kilo:0.5.0
432432 command :
433433 - /bin/sh
434434 args :
0 commit comments