Merge pull request #8056 from manuelbuil/update-cniPlugins

Update cni plugins version to v1.3.0
This commit is contained in:
Manuel Buil 2023-07-31 10:56:27 +02:00 committed by GitHub
commit a37416f38c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ if [ -z "$VERSION_CRI_DOCKERD" ]; then
VERSION_CRI_DOCKERD="v0.0.0"
fi
VERSION_CNIPLUGINS="v1.2.0-k3s1"
VERSION_CNIPLUGINS="v1.3.0-k3s1"
VERSION_KUBE_ROUTER=$(grep github.com/k3s-io/kube-router go.mod | head -n1 | awk '{print $4}')
if [ -z "$VERSION_KUBE_ROUTER" ]; then