bump referenced image version to 0.4.1 in preparation for release 0.4.1

This commit is contained in:
Clive Jevons
2022-04-11 18:18:26 +02:00
parent 69fb81bcd3
commit 7c5f9ecc40
13 changed files with 30 additions and 30 deletions

View File

@@ -101,7 +101,7 @@ spec:
hostNetwork: true
containers:
- name: kilo
image: squat/kilo:0.4.0
image: squat/kilo:0.4.1
args:
- --kubeconfig=/etc/kubernetes/kubeconfig
- --hostname=$(NODE_NAME)
@@ -131,7 +131,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: squat/kilo:0.4.0
image: squat/kilo:0.4.1
command:
- /bin/sh
- -c