diff --git a/terraform-unity/variables.tf b/terraform-unity/variables.tf index ca840967..a88d425e 100644 --- a/terraform-unity/variables.tf +++ b/terraform-unity/variables.tf @@ -52,12 +52,12 @@ variable "helm_charts" { airflow = { repository = "https://airflow.apache.org" chart = "airflow" - version = "1.15.0" + version = "1.18.0" }, keda = { repository = "https://kedacore.github.io/charts" chart = "keda" - version = "v2.15.1" + version = "v2.17.2" } } }