Skip to content

Commit

Permalink
fix: Bump operator chart and controller image
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Sep 11, 2024
1 parent 043e541 commit cbb6bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,8 @@ module "wandb" {
}
}

controller_image_tag = "1.12.0"
operator_chart_version = "1.2.4"
controller_image_tag = "1.13.0"
operator_chart_version = "1.3.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
Expand Down

0 comments on commit cbb6bda

Please sign in to comment.