Skip to content

Commit acf7644

Browse files
committed
Format; fix mistakenly changed test image
Signed-off-by: Matej Gera <[email protected]>
1 parent 5ad0079 commit acf7644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/otel-allocator/allocation/per_node.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ func (allocator *perNodeAllocator) handleTargets(diff diff.Changes[*target.Item]
191191
}
192192
}
193193
}
194+
194195
// Check for unassigned targets
195196
if len(unassignedTargetsForJobs) > 0 {
196197
jobs := make([]string, 0, len(unassignedTargetsForJobs))
@@ -200,7 +201,6 @@ func (allocator *perNodeAllocator) handleTargets(diff diff.Changes[*target.Item]
200201

201202
allocator.log.Info("Could not assign targets for the following jobs due to missing node labels", "jobs", jobs)
202203
}
203-
204204
}
205205

206206
// addTargetToTargetItems assigns a target to the collector and adds it to the allocator's targetItems

tests/e2e-opampbridge/opampbridge/00-install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ kind: OpAMPBridge
2626
metadata:
2727
name: test
2828
spec:
29-
image: "ghcr.io/open-telemetry/opentelemetry-operator/operator-opamp-bridge:v0.90.0-14-g082e678"
29+
image: "local/opentelemetry-operator-opamp-bridge:e2e"
3030
endpoint: ws://opamp-server:4320/v1/opamp
3131
capabilities:
3232
AcceptsOpAMPConnectionSettings: true

0 commit comments

Comments
 (0)