From c515472953666fc64cd0532b0a5d46bc40e2acc4 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 9 Oct 2024 12:46:00 +0200 Subject: [PATCH] bump version (#190) Co-authored-by: daniel --- terraform/ecs/cluster.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/ecs/cluster.tf b/terraform/ecs/cluster.tf index dad48e0..a275560 100644 --- a/terraform/ecs/cluster.tf +++ b/terraform/ecs/cluster.tf @@ -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