Skip to content

Commit

Permalink
Update the default k8s version (#1233)
Browse files Browse the repository at this point in the history
Ensure the default k8s version is one of the supported versions now that
6d618cc has removed support for some versions.

Signed-off-by: Colleen Murphy <[email protected]>
  • Loading branch information
cmurphy authored Aug 20, 2024
1 parent 70b4725 commit 42ffcb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/setup-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ do
done

# Defaults
K8S_VERSION="v1.25.x"
K8S_VERSION="v1.29.x"
REGISTRY_NAME="registry.local"
REGISTRY_PORT="5001"
CLUSTER_SUFFIX="cluster.local"
Expand Down

0 comments on commit 42ffcb5

Please sign in to comment.