Skip to content

Commit

Permalink
up to eksctl 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSirenko committed Jun 18, 2024
1 parent 2e778b4 commit 3fa9744
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/e2e/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ WINDOWS_HOSTPROCESS=${WINDOWS_HOSTPROCESS:-"false"}
# kops: must include patch version (e.g. 1.19.1)
# eksctl: mustn't include patch version (e.g. 1.19)
K8S_VERSION_KOPS=${K8S_VERSION_KOPS:-1.29.3}
K8S_VERSION_EKSCTL=${K8S_VERSION_EKSCTL:-1.29}
K8S_VERSION_EKSCTL=${K8S_VERSION_EKSCTL:-1.30}

EBS_INSTALL_SNAPSHOT=${EBS_INSTALL_SNAPSHOT:-"true"}
EBS_INSTALL_SNAPSHOT_VERSION=${EBS_INSTALL_SNAPSHOT_VERSION:-"v7.0.1"}
Expand Down
2 changes: 1 addition & 1 deletion hack/tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ AWSCLI_VERSION="2.15.56"
# https://github.com/helm/chart-testing
CT_VERSION="v3.11.0"
# https://github.com/eksctl-io/eksctl
EKSCTL_VERSION="v0.176.0"
EKSCTL_VERSION="v0.183.0"
# https://github.com/onsi/ginkgo
GINKGO_VERSION="v2.17.3"
# https://github.com/golangci/golangci-lint
Expand Down

0 comments on commit 3fa9744

Please sign in to comment.