Skip to content

Commit

Permalink
fix: Bump operator chart and controller image (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Sep 12, 2024
1 parent fb6d376 commit f010519
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 @@ -264,8 +264,8 @@ module "wandb" {
module.app_eks,
module.redis,
]
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 = {
Expand Down

0 comments on commit f010519

Please sign in to comment.