Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra authored Aug 27, 2024
1 parent 3c5be70 commit b488e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variable "environment_name" {
}

variable "cluster_version" {
default = "1.29"
default = "1.30"
description = "Desired Kubernetes master version"
}

Expand Down Expand Up @@ -386,7 +386,7 @@ variable "karpenter_enabled" {
}

variable "karpenter_version" {
default = "0.36.1"
default = "1.0.1"
description = "The version of the karpenter helm chart"
}

Expand Down

0 comments on commit b488e2a

Please sign in to comment.