Skip to content

Commit

Permalink
Fix TA Image and Operator Version (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad authored Dec 18, 2024
1 parent c2065a2 commit c993e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const (
autoInstrumentationNodeJSImageRepository = "ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nodejs"
dcgmExporterImageRepository = "nvcr.io/nvidia/k8s/dcgm-exporter"
neuronMonitorImageRepository = "public.ecr.aws/neuron"
targetAllocatorImageRepository = "ghcr.io/open-telemetry/opentelemetry-operator/target-allocator"
targetAllocatorImageRepository = "public.ecr.aws/cloudwatch-agent/cloudwatch-agent-target-allocator"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cloudwatch-agent=1.300045.0b810

# Represents the current release of the CloudWatch Agent Operator.
operator=1.7.0
operator=2.0.1

# Represents the current release of ADOT language instrumentation.
aws-otel-java-instrumentation=v1.32.2
Expand Down

0 comments on commit c993e4d

Please sign in to comment.