Skip to content

Commit bd9236b

Browse files
authored
Dogfood free fix (#15327)
This allows the image specified to also update the free deployment when using the github action.
1 parent f5923ba commit bd9236b

File tree

1 file changed

+2
-2
lines changed
  • infrastructure/dogfood/terraform/aws-tf-module

1 file changed

+2
-2
lines changed

infrastructure/dogfood/terraform/aws-tf-module/free.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module "free" {
5353
cluster_name = local.customer_free
5454
}
5555
fleet_config = {
56-
image = "fleetdm/fleet:v4.40.0"
56+
image = local.fleet_image
5757
family = local.customer_free
5858
security_group_name = local.customer_free
5959
awslogs = {
@@ -130,4 +130,4 @@ module "migrations_free" {
130130
task_definition_revision = module.free.byo-db.byo-ecs.task_definition.revision
131131
subnets = module.free.byo-db.byo-ecs.service.network_configuration[0].subnets
132132
security_groups = module.free.byo-db.byo-ecs.service.network_configuration[0].security_groups
133-
}
133+
}

0 commit comments

Comments
 (0)