Skip to content

Commit

Permalink
fix: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 20, 2024
1 parent 349e7e3 commit c9739a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/helm_release/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {
webservice = { image = { tag = "8264bfc" } },
migrations = { image = { tag = "c19dd39" } },
"event-worker" = { image = { tag = "8264bfc" } },
"jobs" = { image = { tag = "8264bfc" } },
jobs = { image = { tag = "8264bfc" } },
}

integrations_settings = var.github_bot != null ? {
Expand Down

0 comments on commit c9739a3

Please sign in to comment.