Skip to content

Commit

Permalink
Updated docker image to quay.io image
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Varma committed Aug 11, 2021
1 parent a7764b9 commit 33cb042
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/config/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ func New(opts ...Option) Config {
}

if len(o.targetAllocatorImage) == 0 {
// will be replaced with target allocator image once approved and available
o.targetAllocatorImage = fmt.Sprintf("raul9595/otel-loadbalancer:%s", o.version.TargetAllocator)
o.targetAllocatorImage = fmt.Sprintf("quay.io/opentelemetry/target-allocator:%s", o.version.TargetAllocator)
}

return Config{
Expand Down

0 comments on commit 33cb042

Please sign in to comment.