Skip to content

Commit 5c71c6c

Browse files
fix: Update image tags
1 parent b055399 commit 5c71c6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/helm_release/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ locals {
55
}
66

77
image_tags = {
8-
"migrations.image.tag" = "5b96b5f",
9-
"webservice.image.tag" = "2d3fec4",
10-
"event-worker.image.tag" = "00bcdea",
11-
"job-policy-checker.image.tag" = "561fab2",
8+
"migrations.image.tag" = "6e2185a",
9+
"webservice.image.tag" = "6e2185a",
10+
"event-worker.image.tag" = "6e2185a",
11+
"job-policy-checker.image.tag" = "6e2185a",
1212
}
1313

1414
postgres_settings = {

0 commit comments

Comments
 (0)