Skip to content

Commit

Permalink
Merge pull request #27 from radiant-maxar/release-0.7.2
Browse files Browse the repository at this point in the history
Release 0.7.2
  • Loading branch information
jbronn authored May 8, 2024
2 parents 66bd164 + 514057c commit a2b39f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ variable "cert_manager_values" {
}

variable "cert_manager_version" {
default = "1.14.4"
default = "1.14.5"
description = "Version of cert-manager to install."
type = string
}
Expand Down Expand Up @@ -305,7 +305,7 @@ variable "efs_csi_driver_values" {
}

variable "efs_csi_driver_version" {
default = "2.5.7"
default = "3.0.3"
description = "Version of the EFS CSI storage driver to install."
type = string
}
Expand Down Expand Up @@ -420,7 +420,7 @@ variable "karpenter_values" {
variable "karpenter_version" {
description = "Version of Karpenter Helm chart to install on the EKS cluster."
type = string
default = "0.36.0"
default = "0.36.1"
}

variable "karpenter_wait" {
Expand Down Expand Up @@ -609,7 +609,7 @@ variable "nvidia_gpu_operator_values" {
}

variable "nvidia_gpu_operator_version" {
default = "23.9.2"
default = "24.3.0"
description = "Version of the NVIDIA GPU Operator Helm chart to install."
type = string
}
Expand Down

0 comments on commit a2b39f9

Please sign in to comment.