Skip to content

Commit

Permalink
Update install-kindnet.yaml to 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea authored Oct 15, 2024
1 parent 10f0d9c commit f48b14f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-kindnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ spec:
serviceAccountName: kindnet
initContainers:
- name: install-cni-bin
image: ghcr.io/aojea/kindnetd:v1.5.0
image: ghcr.io/aojea/kindnetd:v1.6.0
command: ['sh', '-c', 'cd /opt/cni/bin; for i in * ; do cat $i > /cni/$i ; chmod +x /cni/$i ; done']
volumeMounts:
- name: cni-bin
mountPath: /cni
containers:
- name: kindnet-cni
image: ghcr.io/aojea/kindnetd:v1.5.0
image: ghcr.io/aojea/kindnetd:v1.6.0
args:
- /bin/kindnetd
- --v=2
Expand Down

0 comments on commit f48b14f

Please sign in to comment.