mirror of https://github.com/k3s-io/k3s
[release-1.21] Upgrade k3s-root version
Linked issue: https://github.com/k3s-io/k3s/issues/3633 Signed-off-by: Manuel Buil <mbuil@suse.com>pull/3665/head
parent
9c981b0184
commit
659002f153
|
@ -5,7 +5,7 @@ cd $(dirname $0)/..
|
||||||
. ./scripts/version.sh
|
. ./scripts/version.sh
|
||||||
|
|
||||||
RUNC_VERSION=v1.0.0
|
RUNC_VERSION=v1.0.0
|
||||||
ROOT_VERSION=v0.8.1
|
ROOT_VERSION=v0.9.1
|
||||||
TRAEFIK_VERSION=9.18.2 # appVersion: 2.4.8
|
TRAEFIK_VERSION=9.18.2 # appVersion: 2.4.8
|
||||||
CHARTS_DIR=build/static/charts
|
CHARTS_DIR=build/static/charts
|
||||||
RUNC_DIR=build/src/github.com/opencontainers/runc
|
RUNC_DIR=build/src/github.com/opencontainers/runc
|
||||||
|
|
Loading…
Reference in New Issue