Skip to content

Commit

Permalink
Dogfood free fix (#15327)
Browse files Browse the repository at this point in the history
This allows the image specified to also update the free deployment when
using the github action.
  • Loading branch information
rfairburn authored Nov 27, 2023
1 parent f5923ba commit bd9236b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/dogfood/terraform/aws-tf-module/free.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module "free" {
cluster_name = local.customer_free
}
fleet_config = {
image = "fleetdm/fleet:v4.40.0"
image = local.fleet_image
family = local.customer_free
security_group_name = local.customer_free
awslogs = {
Expand Down Expand Up @@ -130,4 +130,4 @@ module "migrations_free" {
task_definition_revision = module.free.byo-db.byo-ecs.task_definition.revision
subnets = module.free.byo-db.byo-ecs.service.network_configuration[0].subnets
security_groups = module.free.byo-db.byo-ecs.service.network_configuration[0].security_groups
}
}

0 comments on commit bd9236b

Please sign in to comment.