Skip to content

Commit

Permalink
Release-0.5.0 Pin application version 0.5.0 in integration
Browse files Browse the repository at this point in the history
  - Keep staging at version 0.4.0-736bedf2 during pen testing
  • Loading branch information
webit4me committed Sep 25, 2024
1 parent 1314085 commit a7257dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terragrunt/components/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ locals {
account_id = 905418042182
canary_schedule_expression = "rate(30 minutes)"
name = "staging"
pinned_service_version = null
pinned_service_version = "0.4.0-736bedf2"
postgres_instance_type = "db.t4g.micro"
private_subnets = [
"10.${local.cidr_b_staging}.101.0/24",
Expand All @@ -75,7 +75,7 @@ locals {
account_id = 767397666448
canary_schedule_expression = "rate(30 minutes)"
name = "integration"
pinned_service_version = "0.4.0"
pinned_service_version = "0.5.0"
postgres_instance_type = "db.t4g.micro"
private_subnets = [
"10.${local.cidr_b_integration}.101.0/24",
Expand Down

0 comments on commit a7257dd

Please sign in to comment.