Skip to content

Commit

Permalink
Support kubernetes 1.30 (#51)
Browse files Browse the repository at this point in the history
* Bump kubernetes dependencies to 1.30

* Revert go.mod

* revert go.sum

* new line
  • Loading branch information
lisguo authored May 30, 2024
1 parent 18ebaf4 commit 04d2509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "region" {

variable "k8s_version" {
type = string
default = "1.29"
default = "1.30"
}

# eks addon and helm tests are similar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variable "region" {

variable "k8s_version" {
type = string
default = "1.29"
default = "1.30"
}

# eks addon and helm tests are similar
Expand Down

0 comments on commit 04d2509

Please sign in to comment.