Skip to content

Commit 7245b27

Browse files
authored
Merge pull request #148 from kube-logging/chore/bump-axo-otelcol
chore: bump axoflow-otelcol version to v0.120.0-dev1
2 parents 319700a + 5e93ab3 commit 7245b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/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.120.0"
53+
axoflowOtelCollectorImageRef = "ghcr.io/axoflow/axoflow-otel-collector/axoflow-otel-collector:0.120.0-dev1"
5454
)
5555

5656
var ErrTenantFailed = errors.New("tenant failed")

0 commit comments

Comments
 (0)