diff --git a/manifests/kilo-bootkube-flannel.yaml b/manifests/kilo-bootkube-flannel.yaml index 295d998b..64e35001 100644 --- a/manifests/kilo-bootkube-flannel.yaml +++ b/manifests/kilo-bootkube-flannel.yaml @@ -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) diff --git a/manifests/kilo-bootkube.yaml b/manifests/kilo-bootkube.yaml index 5a6bf90a..d700543d 100644 --- a/manifests/kilo-bootkube.yaml +++ b/manifests/kilo-bootkube.yaml @@ -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) @@ -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 diff --git a/manifests/kilo-k3s-cilium.yaml b/manifests/kilo-k3s-cilium.yaml index 8bed9af9..d75c93cb 100644 --- a/manifests/kilo-k3s-cilium.yaml +++ b/manifests/kilo-k3s-cilium.yaml @@ -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) @@ -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: diff --git a/manifests/kilo-k3s-flannel.yaml b/manifests/kilo-k3s-flannel.yaml index f0afe97e..612cb115 100644 --- a/manifests/kilo-k3s-flannel.yaml +++ b/manifests/kilo-k3s-flannel.yaml @@ -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) @@ -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: diff --git a/manifests/kilo-k3s-userspace-heterogeneous.yaml b/manifests/kilo-k3s-userspace-heterogeneous.yaml index 4b0be33d..0e55fd06 100644 --- a/manifests/kilo-k3s-userspace-heterogeneous.yaml +++ b/manifests/kilo-k3s-userspace-heterogeneous.yaml @@ -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) @@ -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: @@ -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 @@ -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) @@ -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: @@ -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 @@ -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: diff --git a/manifests/kilo-k3s-userspace.yaml b/manifests/kilo-k3s-userspace.yaml index 9e5de6bb..7be41dc6 100644 --- a/manifests/kilo-k3s-userspace.yaml +++ b/manifests/kilo-k3s-userspace.yaml @@ -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) @@ -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: @@ -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 diff --git a/manifests/kilo-k3s.yaml b/manifests/kilo-k3s.yaml index 5551660f..0dd381ec 100644 --- a/manifests/kilo-k3s.yaml +++ b/manifests/kilo-k3s.yaml @@ -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) @@ -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: @@ -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 diff --git a/manifests/kilo-kubeadm-cilium.yaml b/manifests/kilo-kubeadm-cilium.yaml index 56cf4f58..5ea7b16a 100644 --- a/manifests/kilo-kubeadm-cilium.yaml +++ b/manifests/kilo-kubeadm-cilium.yaml @@ -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) diff --git a/manifests/kilo-kubeadm-flannel-userspace.yaml b/manifests/kilo-kubeadm-flannel-userspace.yaml index 7c55c4c4..c4ce25b2 100644 --- a/manifests/kilo-kubeadm-flannel-userspace.yaml +++ b/manifests/kilo-kubeadm-flannel-userspace.yaml @@ -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) diff --git a/manifests/kilo-kubeadm-flannel.yaml b/manifests/kilo-kubeadm-flannel.yaml index 3bd5ceb0..fea35dc7 100644 --- a/manifests/kilo-kubeadm-flannel.yaml +++ b/manifests/kilo-kubeadm-flannel.yaml @@ -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) diff --git a/manifests/kilo-kubeadm-userspace.yaml b/manifests/kilo-kubeadm-userspace.yaml index 5616389c..8ebec213 100644 --- a/manifests/kilo-kubeadm-userspace.yaml +++ b/manifests/kilo-kubeadm-userspace.yaml @@ -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 @@ -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 diff --git a/manifests/kilo-kubeadm.yaml b/manifests/kilo-kubeadm.yaml index d942c19c..bb1a2506 100644 --- a/manifests/kilo-kubeadm.yaml +++ b/manifests/kilo-kubeadm.yaml @@ -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) @@ -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 diff --git a/manifests/kilo-typhoon-flannel.yaml b/manifests/kilo-typhoon-flannel.yaml index 23f42e48..0e4d9b25 100644 --- a/manifests/kilo-typhoon-flannel.yaml +++ b/manifests/kilo-typhoon-flannel.yaml @@ -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) diff --git a/manifests/kilo-typhoon.yaml b/manifests/kilo-typhoon.yaml index e6332e00..043842bc 100644 --- a/manifests/kilo-typhoon.yaml +++ b/manifests/kilo-typhoon.yaml @@ -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) @@ -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 diff --git a/manifests/peer-validation.yaml b/manifests/peer-validation.yaml index 86b4e321..b2ff1a90 100644 --- a/manifests/peer-validation.yaml +++ b/manifests/peer-validation.yaml @@ -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