Skip to content

Commit

Permalink
Merge pull request #148 from kube-logging/chore/bump-axo-otelcol
Browse files Browse the repository at this point in the history
chore: bump axoflow-otelcol version to v0.120.0-dev1
  • Loading branch information
csatib02 authored Mar 3, 2025
2 parents 319700a + 5e93ab3 commit 7245b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/telemetry/collector_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ import (
const (
otelCollectorKind = "OpenTelemetryCollector"
requeueDelayOnFailedTenant = 20 * time.Second
axoflowOtelCollectorImageRef = "ghcr.io/axoflow/axoflow-otel-collector/axoflow-otel-collector:0.120.0"
axoflowOtelCollectorImageRef = "ghcr.io/axoflow/axoflow-otel-collector/axoflow-otel-collector:0.120.0-dev1"
)

var ErrTenantFailed = errors.New("tenant failed")
Expand Down

0 comments on commit 7245b27

Please sign in to comment.