Bump k3s-root version to v0.12.1

Adds support for loading compressed kernel modules

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/6694/head v1.25.5+k3s1
Brad Davidson 2022-12-13 23:00:09 +00:00 committed by Brad Davidson
parent a6684bd5d8
commit 48e5d2af5b
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ if [ -z "$VERSION_KUBE_ROUTER" ]; then
VERSION_KUBE_ROUTER="v0.0.0"
fi
VERSION_ROOT="v0.12.0"
VERSION_ROOT="v0.12.1"
if [[ -n "$GIT_TAG" ]]; then
if [[ ! "$GIT_TAG" =~ ^"$VERSION_K8S"[+-] ]]; then