Skip to content

Commit

Permalink
Merge pull request #356 from squat/cut-0.6.0
Browse files Browse the repository at this point in the history
cut 0.6.0
  • Loading branch information
squat authored Apr 24, 2023
2 parents 2fa4ae7 + 3c18cd3 commit 0527880
Show file tree
Hide file tree
Showing 15 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion manifests/kilo-bootkube-flannel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down
4 changes: 2 additions & 2 deletions manifests/kilo-bootkube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down Expand Up @@ -131,7 +131,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
- -c
Expand Down
4 changes: 2 additions & 2 deletions manifests/kilo-k3s-cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down Expand Up @@ -130,7 +130,7 @@ spec:
readOnly: false
initContainers:
- name: generate-kubeconfig
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
args:
Expand Down
4 changes: 2 additions & 2 deletions manifests/kilo-k3s-flannel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down Expand Up @@ -127,7 +127,7 @@ spec:
readOnly: false
initContainers:
- name: generate-kubeconfig
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
args:
Expand Down
14 changes: 7 additions & 7 deletions manifests/kilo-k3s-userspace-heterogeneous.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down Expand Up @@ -164,7 +164,7 @@ spec:
readOnly: false
initContainers:
- name: generate-kubeconfig
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
args:
Expand All @@ -185,7 +185,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: install-cni
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
- -c
Expand Down Expand Up @@ -264,7 +264,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down Expand Up @@ -311,7 +311,7 @@ spec:
readOnly: false
initContainers:
- name: generate-kubeconfig
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
args:
Expand All @@ -332,7 +332,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: install-cni
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
- -c
Expand Down Expand Up @@ -428,7 +428,7 @@ spec:
readOnly: true
initContainers:
- name: generate-kubeconfig
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
args:
Expand Down
6 changes: 3 additions & 3 deletions manifests/kilo-k3s-userspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down Expand Up @@ -178,7 +178,7 @@ spec:
readOnly: false
initContainers:
- name: generate-kubeconfig
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
args:
Expand All @@ -199,7 +199,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: install-cni
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
- -c
Expand Down
6 changes: 3 additions & 3 deletions manifests/kilo-k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down Expand Up @@ -160,7 +160,7 @@ spec:
readOnly: false
initContainers:
- name: generate-kubeconfig
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
args:
Expand All @@ -181,7 +181,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: install-cni
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion manifests/kilo-kubeadm-cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down
2 changes: 1 addition & 1 deletion manifests/kilo-kubeadm-flannel-userspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
mountPath: /var/run/wireguard
readOnly: false
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down
2 changes: 1 addition & 1 deletion manifests/kilo-kubeadm-flannel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down
4 changes: 2 additions & 2 deletions manifests/kilo-kubeadm-userspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ spec:
mountPath: /var/run/wireguard
readOnly: false
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
imagePullPolicy: IfNotPresent
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
Expand Down Expand Up @@ -150,7 +150,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down
4 changes: 2 additions & 2 deletions manifests/kilo-kubeadm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down Expand Up @@ -131,7 +131,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion manifests/kilo-typhoon-flannel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down
4 changes: 2 additions & 2 deletions manifests/kilo-typhoon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
Expand Down Expand Up @@ -131,7 +131,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
command:
- /bin/sh
- -c
Expand Down
2 changes: 1 addition & 1 deletion manifests/peer-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
runAsUser: 1000
containers:
- name: server
image: squat/kilo:0.5.0
image: squat/kilo:0.6.0
args:
- webhook
- --cert-file=/run/secrets/tls/tls.crt
Expand Down

0 comments on commit 0527880

Please sign in to comment.