Skip to content

Commit 7e7c6c0

Browse files
committed
chore: bump axoflow otelcol
Signed-off-by: Bence Csati <[email protected]>
1 parent b47ca1a commit 7e7c6c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/telemetry/collector_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ import (
5050
const (
5151
otelCollectorKind = "OpenTelemetryCollector"
5252
requeueDelayOnFailedTenant = 20 * time.Second
53-
axoflowOtelCollectorImageRef = "ghcr.io/axoflow/axoflow-otel-collector/axoflow-otel-collector:0.112.0-dev12"
53+
axoflowOtelCollectorImageRef = "ghcr.io/axoflow/axoflow-otel-collector/axoflow-otel-collector:0.120.0"
5454
)
5555

5656
var (

0 commit comments

Comments
 (0)