From 89e63972e95d6218e8c19fd0696a6655a9d28df7 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Sat, 4 Dec 2021 00:27:50 -0800 Subject: [PATCH] Bump k3s-root to v0.10.1 Signed-off-by: Brad Davidson --- scripts/download | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/download b/scripts/download index b51a080123..905e7f6c75 100755 --- a/scripts/download +++ b/scripts/download @@ -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}