Skip to content

Commit

Permalink
ACK 1.26 supports containerd version 1.6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
duckty committed Sep 27, 2023
1 parent 36ffb7f commit cca3d2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ack-optimized-os-linux3-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ setup_env() {
export RUNTIME_VERSION="19.03.5"
export DOCKER_VERSION="19.03.5"
else
export RUNTIME_VERSION="1.5.10"
RUNTIME_VERSION=${RUNTIME_VERSION:-1.6.20}
export RUNTIME_VERSION
fi

export RELEASE_VERSION=$(echo $KUBE_VERSION | awk -F. '{print $1"."$2}')
Expand Down

0 comments on commit cca3d2c

Please sign in to comment.