Skip to content

Commit

Permalink
infra: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Nov 21, 2024
1 parent 8180082 commit a2c91c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.1.2"
tag = "0.1.3"
}

domains = [
Expand Down
2 changes: 2 additions & 0 deletions terraform/service_horizon.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ module "ecs_horizon" {
min_capacity = 1
max_capacity = 1

deployment_maximum_percent = 100

image_repo = local.image.repo
image_tag = local.image.tag

Expand Down

0 comments on commit a2c91c8

Please sign in to comment.