Update to v1.25.0-k3s1 (#6040)

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
Hussein Galal
2022-08-27 03:33:13 +02:00
committed by GitHub
parent 79bb7bccd9
commit ba62c79f9b
11 changed files with 229 additions and 200 deletions

View File

@@ -8,9 +8,9 @@ fi
. ./scripts/version.sh
# Try to keep the K3s binary under 64 megabytes.
# Try to keep the K3s binary under 70 megabytes.
# "64M ought to be enough for anybody"
MAX_BINARY_MB=64
MAX_BINARY_MB=70
MAX_BINARY_SIZE=$((MAX_BINARY_MB * 1024 * 1024))
BIN_SUFFIX="-${ARCH}"
if [ ${ARCH} = amd64 ]; then