We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b055399 commit 5c71c6cCopy full SHA for 5c71c6c
modules/helm_release/main.tf
@@ -5,10 +5,10 @@ locals {
5
}
6
7
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",
+ "migrations.image.tag" = "6e2185a",
+ "webservice.image.tag" = "6e2185a",
+ "event-worker.image.tag" = "6e2185a",
+ "job-policy-checker.image.tag" = "6e2185a",
12
13
14
postgres_settings = {
0 commit comments