@@ -18,10 +18,10 @@ locals {
1818      },
1919    },
2020
21-     webservice            =  { image =  { tag =  " f505293 " 
22-     migrations            =  { image =  { tag =  " a6faaf3 " 
23-     " event-worker"         =  { image =  { tag =  " f505293 " 
24-     " job-policy-checker "   =  { image =  { tag =  " f505293 " 
21+     webservice     =  { image =  { tag =  " 8264bfc " 
22+     migrations     =  { image =  { tag =  " c19dd39 " 
23+     " event-worker"  =  { image =  { tag =  " 8264bfc " 
24+     " jobs "           =  { image =  { tag =  " 8264bfc " 
2525  }
2626
2727  integrations_settings  =  . github_bot  !=  null  ?  {
@@ -45,14 +45,14 @@ locals {
4545  }
4646
4747  service_account_annotations  =  
48-     " webservice.serviceAccount.create"                                                   =  true ,
49-     " webservice.serviceAcount.annotations.iam\\.gke\\.io/gcp-service-account"            =  var.service_account_email,
50-     " job-policy-checker .serviceAccount.create"                                          =  true ,
51-     " job-policy-checker .serviceAccount.annotations.iam\\.gke\\.io/gcp-service-account"  =  var.service_account_email,
52-     " migrations.serviceAccount.create"                                                   =  true ,
53-     " migrations.serviceAccount.annotations.iam\\.gke\\.io/gcp-service-account"           =  var.service_account_email,
54-     " event-worker.serviceAccount.create"                                                 =  true ,
55-     " event-worker.serviceAccount.annotations.iam\\.gke\\.io/gcp-service-account"         =  var.service_account_email,
48+     " webservice.serviceAccount.create"                                            =  true ,
49+     " webservice.serviceAcount.annotations.iam\\.gke\\.io/gcp-service-account"     =  var.service_account_email,
50+     " jobs .serviceAccount.create"                                                   =  true ,
51+     " jobs .serviceAccount.annotations.iam\\.gke\\.io/gcp-service-account"           =  var.service_account_email,
52+     " migrations.serviceAccount.create"                                            =  true ,
53+     " migrations.serviceAccount.annotations.iam\\.gke\\.io/gcp-service-account"    =  var.service_account_email,
54+     " event-worker.serviceAccount.create"                                          =  true ,
55+     " event-worker.serviceAccount.annotations.iam\\.gke\\.io/gcp-service-account"  =  var.service_account_email,
5656  }
5757}
5858
0 commit comments