Skip to content

Commit

Permalink
Update EKS to 1.25
Browse files Browse the repository at this point in the history
Also updates the kube proxy addon version appropriately too
  • Loading branch information
michaeljguarino committed Jan 15, 2024
1 parent f34ed63 commit 32ff8ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bootstrap/terraform/aws-bootstrap/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
description: Creates an EKS cluster and prepares it for bootstrapping
version: 0.1.55
spec:
breaking: false
breaking: true
dependencies: []
providers:
- aws
Expand Down
4 changes: 2 additions & 2 deletions bootstrap/terraform/aws-bootstrap/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ variable "cluster_log_retention_in_days" {
variable "kubernetes_version" {
type = string
description = "Kubernetes version to use for the cluster"
default = "1.24"
default = "1.25"
}

variable "vpc_cni_addon_version" {
Expand All @@ -73,7 +73,7 @@ variable "core_dns_addon_version" {

variable "kube_proxy_addon_version" {
type = string
default = "v1.24.15-eksbuild.2"
default = "v1.25.16-minimal-eksbuild.1"
description = "The version of the kube-proxy addon to use"
}

Expand Down

0 comments on commit 32ff8ea

Please sign in to comment.