Skip to content

Commit

Permalink
Upgrade to eks 1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSirenko committed Sep 27, 2024
1 parent 2efda4c commit 2401bbe
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 @@ -36,7 +36,7 @@ OUTPOST_INSTANCE_TYPE=${OUTPOST_INSTANCE_TYPE:-${INSTANCE_TYPE}}
# eksctl: mustn't include patch version (e.g. 1.19)
# NOTE: Keep KOPS at v1.29.x until ELB usage bug fixed
K8S_VERSION_KOPS=${K8S_VERSION_KOPS:-1.29.6}
K8S_VERSION_EKSCTL=${K8S_VERSION_EKSCTL:-1.30}
K8S_VERSION_EKSCTL=${K8S_VERSION_EKSCTL:-1.31}

EBS_INSTALL_SNAPSHOT=${EBS_INSTALL_SNAPSHOT:-"true"}
EBS_INSTALL_SNAPSHOT_VERSION=${EBS_INSTALL_SNAPSHOT_VERSION:-"v8.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.17.33"
# https://github.com/helm/chart-testing
CT_VERSION="v3.11.0"
# https://github.com/eksctl-io/eksctl
EKSCTL_VERSION="v0.189.0"
EKSCTL_VERSION="v0.191.0"
# https://github.com/onsi/ginkgo
GINKGO_VERSION="v2.20.0"
# https://github.com/golangci/golangci-lint
Expand Down

0 comments on commit 2401bbe

Please sign in to comment.