Commit ea4b55dc authored by Manuel Buil's avatar Manuel Buil

Update cni plugins version to v1.3.0

Signed-off-by: 's avatarManuel Buil <mbuil@suse.com>
parent ccae12ed
...@@ -51,7 +51,7 @@ if [ -z "$VERSION_CRI_DOCKERD" ]; then ...@@ -51,7 +51,7 @@ if [ -z "$VERSION_CRI_DOCKERD" ]; then
VERSION_CRI_DOCKERD="v0.0.0" VERSION_CRI_DOCKERD="v0.0.0"
fi 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}') VERSION_KUBE_ROUTER=$(grep github.com/k3s-io/kube-router go.mod | head -n1 | awk '{print $4}')
if [ -z "$VERSION_KUBE_ROUTER" ]; then if [ -z "$VERSION_KUBE_ROUTER" ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment