Skip to content

Commit

Permalink
Update EKS 1.24 -> 1.32 (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
sky333999 authored Jan 30, 2025
1 parent 9c7f0db commit a76a73d
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion terraform/eks/daemon/app_signals/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "cwagent_image_tag" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.32"
}

variable "ami_type" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/daemon/fluent/bit/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "cwagent_image_tag" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.32"
}

variable "ami_type" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/daemon/fluent/common/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "cwagent_image_tag" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.32"
}

// ami_type and instance_type can be used to test ARM node group
Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/daemon/fluent/d/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "cwagent_image_tag" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.32"
}

variable "ami_type" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/daemon/fluent/windows/2019/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "cwagent_image_tag" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.32"
}

variable "ami_type" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/daemon/fluent/windows/2022/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "cwagent_image_tag" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.32"
}

variable "ami_type" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/daemon/fluent/windows/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "cwagent_image_tag" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.32"
}

variable "ami_type" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/daemon/statsd/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "cwagent_image_tag" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.32"
}

variable "ami_type" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/daemon/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "cwagent_image_tag" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.32"
}

variable "ami_type" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/daemon/windows/2019/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "cwagent_image_tag" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.32"
}

variable "ami_type" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/daemon/windows/2022/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "cwagent_image_tag" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.32"
}

variable "ami_type" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/daemon/windows/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ variable "cwagent_image_tag" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.32"
}

variable "ami_type" {
Expand Down
2 changes: 1 addition & 1 deletion terraform/eks/deployment/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ variable "cwagent_image_tag" {

variable "k8s_version" {
type = string
default = "1.24"
default = "1.32"
}

0 comments on commit a76a73d

Please sign in to comment.