Skip to content

Commit

Permalink
infra: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 24, 2024
1 parent 0fa8f3e commit b86d306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion terraform/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
namespace = "rezultatevot-v2-${var.env}"
image = {
repo = "code4romania/rezultatevot",
tag = "0.6.1"
tag = "0.6.2"
}

domains = [
Expand Down
2 changes: 1 addition & 1 deletion terraform/service_app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module "ecs_app" {
},
{
name = "PHP_PM_MAX_CHILDREN",
value = 128
value = 256
},
]

Expand Down

0 comments on commit b86d306

Please sign in to comment.