Skip to content

Commit

Permalink
feat(otel col distro): use custom distro
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 Feb 14, 2024
1 parent cc58a64 commit 7c6f82d
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 @@ -211,7 +211,7 @@ func (r *CollectorReconciler) Reconcile(ctx context.Context, req ctrl.Request) (
Spec: otelv1alpha1.OpenTelemetryCollectorSpec{
Config: otelConfig,
Mode: otelv1alpha1.ModeDaemonSet,
Image: "otel/opentelemetry-collector-contrib:0.94.0",
Image: "ghcr.io/overorion/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.94.9",
ServiceAccount: saName.Name,
VolumeMounts: []apiv1.VolumeMount{
{
Expand Down

0 comments on commit 7c6f82d

Please sign in to comment.