Skip to content

Commit

Permalink
bump version (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: daniel <daniel@nopestck.dev>
  • Loading branch information
nopestack and daniel authored Oct 9, 2024
1 parent d9abe5a commit c515472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ecs/cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {
task_cpu = module.this.stage == "prod" ? var.task_cpu : 256
task_memory = module.this.stage == "prod" ? var.task_memory : 512

otel_image_tag = "v0.3.0"
otel_image_tag = "v0.35.1"
otel_port = var.port + 1
otel_cpu = 128
otel_memory = 128
Expand Down

0 comments on commit c515472

Please sign in to comment.