From 3fde6be607a0e7728ffb0949e836e00573d78a6c Mon Sep 17 00:00:00 2001 From: Aditya Choudhari <48932219+adityachoudhari26@users.noreply.github.com> Date: Wed, 6 Mar 2024 15:00:43 -0800 Subject: [PATCH] feat!: Bump operator chart version (#105) * chore: Bump operator chart version * use latest --- main.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.tf b/main.tf index a41d678..0458a7a 100644 --- a/main.tf +++ b/main.tf @@ -245,8 +245,7 @@ module "wandb" { } } - operator_chart_version = "1.1.0" - controller_image_tag = "1.10.1" + controller_image_tag = "1.10.1" # Added `depends_on` to ensure old infrastructure is provisioned first. This addresses a critical scheduling challenge # where the Datadog DaemonSet could fail to provision due to CPU constraints. Ensuring the old infrastructure has priority