Skip to content

Commit

Permalink
feat(output/fluentforward): use axoflow image with fluentforwardexporter
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard Parrag <szilard.parrag@axoflow.com>
  • Loading branch information
OverOrion committed Apr 18, 2024
1 parent 2dc094b commit 326d217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/telemetry/collector_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (r *CollectorReconciler) Reconcile(ctx context.Context, req ctrl.Request) (
UpgradeStrategy: "none",
Config: otelConfig,
Mode: otelv1alpha1.ModeDaemonSet,
Image: "ghcr.io/axoflow/axoflow-otel-collector/axoflow-otel-collector:0.94.0",
Image: "ghcr.io/axoflow/axoflow-otel-collector/axoflow-otel-collector:0.97.0-fluentforward",
ServiceAccount: saName.Name,
VolumeMounts: []apiv1.VolumeMount{
{
Expand Down

0 comments on commit 326d217

Please sign in to comment.