Skip to content

Commit

Permalink
Merge pull request #1689 from aws-observability/update-operator
Browse files Browse the repository at this point in the history
Update adot operator to 0.70.0
  • Loading branch information
alexperez52 authored Oct 28, 2024
2 parents 217899e + 985aa74 commit 4893c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/eks/adot-operator/adot_operator.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "helm_release" "adot-operator" {

repository = "https://open-telemetry.github.io/opentelemetry-helm-charts"
chart = "opentelemetry-operator"
version = "0.63.2"
version = "0.70.0"
namespace = "adot-operator-${var.testing_id}-ns"
wait = true
timeout = 600
Expand Down

0 comments on commit 4893c1a

Please sign in to comment.