Skip to content

Commit ad32b9e

Browse files
committed
AWS: Bump kOps CI cluster to 1.30
Also bump the EKS terraform module Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
1 parent 426e4ec commit ad32b9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/aws/terraform/kops-infra-ci/eks.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
module "eks" {
1818
providers = { aws = aws.kops-infra-ci }
1919
source = "terraform-aws-modules/eks/aws"
20-
version = "20.10.0"
20+
version = "20.37.2"
2121

2222
cluster_name = local.cluster_name
2323
cluster_version = var.eks_version

infra/aws/terraform/kops-infra-ci/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ limitations under the License.
1616

1717
variable "eks_version" {
1818
type = string
19-
default = "1.29"
19+
default = "1.30"
2020
}
2121

2222
variable "tags" {

0 commit comments

Comments
 (0)