We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 319700a + 5e93ab3 commit 7245b27Copy full SHA for 7245b27
controllers/telemetry/collector_controller.go
@@ -50,7 +50,7 @@ import (
50
const (
51
otelCollectorKind = "OpenTelemetryCollector"
52
requeueDelayOnFailedTenant = 20 * time.Second
53
- 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"
54
)
55
56
var ErrTenantFailed = errors.New("tenant failed")
0 commit comments