@@ -4,10 +4,10 @@ locals {
44 }
55
66 image_tags = {
7- " webservice.image.tag" = " 9fce138 " ,
8- " migrations.image.tag" = " 57101f8 " ,
9- " event-worker.image.tag" = " 57101f8 " ,
10- " job-policy-checker.image.tag" = " 57101f8 " ,
7+ " webservice.image.tag" = " 55631d3 " ,
8+ " migrations.image.tag" = " e2b19bd " ,
9+ " event-worker.image.tag" = " 78ed086 " ,
10+ " job-policy-checker.image.tag" = " 78ed086 " ,
1111 }
1212
1313 postgres_settings = {
@@ -19,11 +19,12 @@ locals {
1919 }
2020
2121 integrations_settings = var. github_bot != null ? {
22- " global.integrations.github.bot.name" = var.github_bot.name
23- " global.integrations.github.bot.appId" = var.github_bot.app_id
24- " global.integrations.github.bot.clientId" = var.github_bot.client_id
25- " global.integrations.github.bot.clientSecret" = var.github_bot.client_secret
26- " global.integrations.github.bot.privateKey" = var.github_bot.client_private_key
22+ " global.integrations.github.bot.name" = var.github_bot.name
23+ " global.integrations.github.bot.appId" = var.github_bot.app_id
24+ " global.integrations.github.bot.clientId" = var.github_bot.client_id
25+ " global.integrations.github.bot.clientSecret" = var.github_bot.client_secret
26+ " global.integrations.github.bot.privateKey" = var.github_bot.client_private_key
27+ " global.integrations.github.bot.webhookSecret" = var.github_bot.webhook_secret
2728 } : {}
2829
2930 auth_providers_settings = {
0 commit comments