Skip to content

Commit

Permalink
chore: Bump version of kind used for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yiannistri committed Jun 21, 2024
1 parent a626594 commit 41d77f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-kind-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

KUBE_VERSION="${KUBE_VERSION:-v1.25.8}"
KUBE_VERSION="${KUBE_VERSION:-v1.28.9}"
CLUSTER_NAME="${CLUSTER_NAME:-eks-operator-e2e}"

if ! kind get clusters | grep "$CLUSTER_NAME"; then
Expand Down

0 comments on commit 41d77f3

Please sign in to comment.