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/6699/head v1.23.15+k3s1
Brad Davidson 2022-12-13 23:00:09 +00:00 committed by Brad Davidson
parent e41a76520c
commit 50cab3b326
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,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