Skip to content

Commit

Permalink
Update tool versions including kind
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Apr 11, 2024
1 parent aa77dc7 commit 7c174da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/get_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

set -e

KIND_VERSION="v0.11.1"
KIND_VERSION="v0.22.0"
# Causes a validation failure when linting due to CRDs moving to v1
# HELM_VERSION="v3.4.0"
HELM_VERSION="v3.0.3"
KUBE_VERSION="v1.18.8"
ARKADE_VERSION="0.8.11"
HELM_VERSION="v3.14.4"
KUBE_VERSION="v1.29.2"
ARKADE_VERSION="0.11.9"

echo "Downloading arkade"

Expand Down

0 comments on commit 7c174da

Please sign in to comment.