Bump CNI plugins to v1.4.0

Ref: https://github.com/rancher/plugins/compare/v1.3.0-k3s1...v1.4.0-k3s2

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson 2024-01-16 21:43:59 +00:00 committed by Brad Davidson
parent 6ec1926f88
commit 77ba9904d1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ if [ -z "$VERSION_CRI_DOCKERD" ]; then
VERSION_CRI_DOCKERD="v0.0.0"
fi
VERSION_CNIPLUGINS="v1.3.0-k3s1"
VERSION_CNIPLUGINS="v1.4.0-k3s2"
VERSION_KUBE_ROUTER=$(get-module-version github.com/cloudnativelabs/kube-router/v2)
if [ -z "$VERSION_KUBE_ROUTER" ]; then