From 254ae5e9d2f23a5677b4f17bc2a1d0e87bb24049 Mon Sep 17 00:00:00 2001 From: John D <427295+boostchicken@users.noreply.github.com> Date: Thu, 24 Dec 2020 14:52:09 -0800 Subject: [PATCH] Updating to new CNI drivers --- cni-plugins/install-cni-plugins.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cni-plugins/install-cni-plugins.sh b/cni-plugins/install-cni-plugins.sh index 32e7f65..47786db 100644 --- a/cni-plugins/install-cni-plugins.sh +++ b/cni-plugins/install-cni-plugins.sh @@ -1,6 +1,6 @@ #!/bin/sh -curl -L https://github.com/containernetworking/plugins/releases/download/v0.8.6/cni-plugins-linux-arm64-v0.8.6.tgz -o /tmp/cni.tgz +curl -L https://github.com/containernetworking/plugins/releases/download/v0.9.0/cni-plugins-linux-arm64-v0.9.0.tgz -o /tmp/cni.tgz mkdir -p /mnt/data/podman/cni/ tar xf /tmp/cni.tgz -C /mnt/data/podman/cni/ rm /tmp/cni.tgz