Skip to content

Commit c9739a3

Browse files
committed
fix: clean up
1 parent 349e7e3 commit c9739a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/helm_release/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ locals {
2121
webservice = { image = { tag = "8264bfc" } },
2222
migrations = { image = { tag = "c19dd39" } },
2323
"event-worker" = { image = { tag = "8264bfc" } },
24-
"jobs" = { image = { tag = "8264bfc" } },
24+
jobs = { image = { tag = "8264bfc" } },
2525
}
2626

2727
integrations_settings = var.github_bot != null ? {

0 commit comments

Comments
 (0)