mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Update cni plugins version to v1.3.0
Signed-off-by: Manuel Buil <mbuil@suse.com>
This commit is contained in:
parent
36645e7311
commit
e56839b329
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user