Skip to content

Commit

Permalink
Merge pull request #24 from kube-logging/otelcol-version-bump
Browse files Browse the repository at this point in the history
chore(deps): bump otelcol version
  • Loading branch information
kristofgyuracz authored Feb 5, 2024
2 parents ebd679c + 5530c2a commit 065442c
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.92.0",
Image: "otel/opentelemetry-collector-contrib:0.93.0",
ServiceAccount: saName.Name,
VolumeMounts: []apiv1.VolumeMount{
{
Expand Down

0 comments on commit 065442c

Please sign in to comment.