Skip to content

Commit

Permalink
feat!: Bump operator chart version (#105)
Browse files Browse the repository at this point in the history
* chore: Bump operator chart version

* use latest
  • Loading branch information
adityachoudhari26 committed Mar 6, 2024
1 parent 0b07787 commit 3fde6be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fde6be

Please sign in to comment.