Skip to content

Commit

Permalink
fix: Bump operator chart and controller image (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Sep 12, 2024
1 parent 615043c commit 76e2511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -251,16 +251,16 @@ module "wandb" {
module.database,
module.storage,
]
controller_image_tag = "1.12.0"
operator_chart_version = "1.2.4"
controller_image_tag = "1.13.0"
operator_chart_version = "1.3.1"

spec = {
values = {
global = {
host = local.url
license = var.license
cloudProvider = "azure"
bucket = local.bucket_config == null ? {
bucket = local.bucket_config == null ? {
provider = "az"
name = module.storage[0].account.name
path = "${module.storage[0].container.name}/${var.bucket_path}"
Expand Down

0 comments on commit 76e2511

Please sign in to comment.