Skip to content

Commit 01bf238

Browse files
authored
Merge pull request #307 from squat/cut-0.5.0
cut 0.5.0
2 parents 5424c5e + 37a5aef commit 01bf238

13 files changed

+28
-28
lines changed

manifests/kilo-bootkube-flannel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
hostNetwork: true
6868
containers:
6969
- name: kilo
70-
image: squat/kilo:0.4.1
70+
image: squat/kilo:0.5.0
7171
args:
7272
- --kubeconfig=/etc/kubernetes/kubeconfig
7373
- --hostname=$(NODE_NAME)

manifests/kilo-bootkube.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ spec:
101101
hostNetwork: true
102102
containers:
103103
- name: kilo
104-
image: squat/kilo:0.4.1
104+
image: squat/kilo:0.5.0
105105
args:
106106
- --kubeconfig=/etc/kubernetes/kubeconfig
107107
- --hostname=$(NODE_NAME)
@@ -131,7 +131,7 @@ spec:
131131
readOnly: false
132132
initContainers:
133133
- name: install-cni
134-
image: squat/kilo:0.4.1
134+
image: squat/kilo:0.5.0
135135
command:
136136
- /bin/sh
137137
- -c

manifests/kilo-k3s-flannel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ spec:
9696
hostNetwork: true
9797
containers:
9898
- name: kilo
99-
image: squat/kilo:0.4.1
99+
image: squat/kilo:0.5.0
100100
args:
101101
- --kubeconfig=/etc/kubernetes/kubeconfig
102102
- --hostname=$(NODE_NAME)
@@ -127,7 +127,7 @@ spec:
127127
readOnly: false
128128
initContainers:
129129
- name: generate-kubeconfig
130-
image: squat/kilo:0.4.1
130+
image: squat/kilo:0.5.0
131131
command:
132132
- /bin/sh
133133
args:

manifests/kilo-k3s-userspace-heterogeneous.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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:

manifests/kilo-k3s-userspace.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ spec:
131131
hostNetwork: true
132132
containers:
133133
- name: kilo
134-
image: squat/kilo:0.4.1
134+
image: squat/kilo:0.5.0
135135
args:
136136
- --kubeconfig=/etc/kubernetes/kubeconfig
137137
- --hostname=$(NODE_NAME)
@@ -178,7 +178,7 @@ spec:
178178
readOnly: false
179179
initContainers:
180180
- name: generate-kubeconfig
181-
image: squat/kilo:0.4.1
181+
image: squat/kilo:0.5.0
182182
command:
183183
- /bin/sh
184184
args:
@@ -199,7 +199,7 @@ spec:
199199
fieldRef:
200200
fieldPath: metadata.namespace
201201
- name: install-cni
202-
image: squat/kilo:0.4.1
202+
image: squat/kilo:0.5.0
203203
command:
204204
- /bin/sh
205205
- -c

manifests/kilo-k3s.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ spec:
130130
hostNetwork: true
131131
containers:
132132
- name: kilo
133-
image: squat/kilo:0.4.1
133+
image: squat/kilo:0.5.0
134134
args:
135135
- --kubeconfig=/etc/kubernetes/kubeconfig
136136
- --hostname=$(NODE_NAME)
@@ -160,7 +160,7 @@ spec:
160160
readOnly: false
161161
initContainers:
162162
- name: generate-kubeconfig
163-
image: squat/kilo:0.4.1
163+
image: squat/kilo:0.5.0
164164
command:
165165
- /bin/sh
166166
args:
@@ -181,7 +181,7 @@ spec:
181181
fieldRef:
182182
fieldPath: metadata.namespace
183183
- name: install-cni
184-
image: squat/kilo:0.4.1
184+
image: squat/kilo:0.5.0
185185
command:
186186
- /bin/sh
187187
- -c

manifests/kilo-kubeadm-flannel-userspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ spec:
7979
mountPath: /var/run/wireguard
8080
readOnly: false
8181
- name: kilo
82-
image: squat/kilo:0.4.1
82+
image: squat/kilo:0.5.0
8383
args:
8484
- --kubeconfig=/etc/kubernetes/kubeconfig
8585
- --hostname=$(NODE_NAME)

manifests/kilo-kubeadm-flannel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
hostNetwork: true
6868
containers:
6969
- name: kilo
70-
image: squat/kilo:0.4.1
70+
image: squat/kilo:0.5.0
7171
args:
7272
- --kubeconfig=/etc/kubernetes/kubeconfig
7373
- --hostname=$(NODE_NAME)

manifests/kilo-kubeadm-userspace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
mountPath: /var/run/wireguard
115115
readOnly: false
116116
- name: kilo
117-
image: squat/kilo:0.4.1
117+
image: squat/kilo:0.5.0
118118
imagePullPolicy: IfNotPresent
119119
args:
120120
- --kubeconfig=/etc/kubernetes/kubeconfig
@@ -150,7 +150,7 @@ spec:
150150
readOnly: false
151151
initContainers:
152152
- name: install-cni
153-
image: squat/kilo:0.4.1
153+
image: squat/kilo:0.5.0
154154
imagePullPolicy: IfNotPresent
155155
command:
156156
- /bin/sh

manifests/kilo-kubeadm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ spec:
101101
hostNetwork: true
102102
containers:
103103
- name: kilo
104-
image: squat/kilo:0.4.1
104+
image: squat/kilo:0.5.0
105105
args:
106106
- --kubeconfig=/etc/kubernetes/kubeconfig
107107
- --hostname=$(NODE_NAME)
@@ -131,7 +131,7 @@ spec:
131131
readOnly: false
132132
initContainers:
133133
- name: install-cni
134-
image: squat/kilo:0.4.1
134+
image: squat/kilo:0.5.0
135135
command:
136136
- /bin/sh
137137
- -c

0 commit comments

Comments
 (0)