From 86dc3b299b483ab2e22db769aa09dee9c20fdc31 Mon Sep 17 00:00:00 2001 From: Nikki <17799906+nikki-t@users.noreply.github.com> Date: Tue, 12 Aug 2025 11:08:36 -0400 Subject: [PATCH] Update airflow and keda helm charts --- terraform-unity/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } } }