Bump k3s-root to v0.10.1

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
pull/4757/head
Brad Davidson 2021-12-04 00:27:50 -08:00 committed by Brad Davidson
parent c52d644ac1
commit 89e63972e9
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ cd $(dirname $0)/..
. ./scripts/version.sh
RUNC_VERSION=v1.0.3
ROOT_VERSION=v0.9.1
ROOT_VERSION=v0.10.1
TRAEFIK_CHART_VERSION=$(yq e '.spec.chart' manifests/traefik.yaml | awk 'match($0, /([0-9.]+)([0-9]{2})/, m) { print m[1]; exit; }')
TRAEFIK_PACKAGE_VERSION=$(yq e '.spec.chart' manifests/traefik.yaml | awk 'match($0, /([0-9.]+)([0-9]{2})/, m) { print m[2]; exit; }')
TRAEFIK_FILE=traefik-${TRAEFIK_CHART_VERSION}${TRAEFIK_PACKAGE_VERSION}.tgz
@ -24,7 +24,7 @@ rm -rf ${RUNC_DIR}
mkdir -p ${CHARTS_DIR}
mkdir -p ${DATA_DIR}
curl --compressed -sfL https://github.com/k3s-io/k3s-root/releases/download/${ROOT_VERSION}/k3s-root-${ARCH}.tar | tar xf -
curl --compressed -sfL https://github.com/k3s-io/k3s-root/releases/download/${ROOT_VERSION}/k3s-root-${ARCH}.tar | tar xf - --exclude=bin/socat
git clone --depth=1 https://github.com/opencontainers/runc ${RUNC_DIR} || true
pushd ${RUNC_DIR}