Bump k3s-root version to v0.12.1

Adds support for loading compressed kernel modules

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson 2022-12-13 23:00:09 +00:00 committed by Brad Davidson
parent 0c9b43746b
commit fae8817655

View File

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