Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kind: OpenTelemetryCollector
metadata:
name: otel
spec:
image: "otel/opentelemetry-collector-contrib:0.160.0@sha256:799dc6cf12c96192af37b5bdba804da8c10b3bc563b43cb90c3f3c58d9572ad6"
image: "otel/opentelemetry-collector-contrib:0.161.0@sha256:fd328de2552466ad78385e1b1289c3f2402b1c45f265b252aab1955b42845ac1"
config:
receivers:
# otlp receiver to receive data in OTLP format over gRPC. TLS is enabled.
Expand Down
2 changes: 1 addition & 1 deletion operator/test/e2e/operator_otel_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const (
// collectorImage must match the image used in otel.go.
//nolint:godot,lll
// renovate image: datasource=docker depName=otel/opentelemetry-collector-contrib versioning=docker
collectorImage = "otel/opentelemetry-collector-contrib:0.160.0@sha256:799dc6cf12c96192af37b5bdba804da8c10b3bc563b43cb90c3f3c58d9572ad6"
collectorImage = "otel/opentelemetry-collector-contrib:0.161.0@sha256:fd328de2552466ad78385e1b1289c3f2402b1c45f265b252aab1955b42845ac1"
collectorHTTPPort = 4318
collectorMetricsPort = 9464
)
Expand Down
2 changes: 1 addition & 1 deletion operator/test/utils/templates/otel/otel.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
// CollectorImage is the OTEL collector image.
//nolint:godot,lll
// renovate image: datasource=docker depName=otel/opentelemetry-collector-contrib versioning=docker
CollectorImage = "otel/opentelemetry-collector-contrib:0.160.0@sha256:799dc6cf12c96192af37b5bdba804da8c10b3bc563b43cb90c3f3c58d9572ad6"
CollectorImage = "otel/opentelemetry-collector-contrib:0.161.0@sha256:fd328de2552466ad78385e1b1289c3f2402b1c45f265b252aab1955b42845ac1"
// CollectorPort is the gRPC port for the OTEL collector.
CollectorPort = 4317
// CollectorMetricsPort is the Prometheus metrics port for the OTEL collector.
Expand Down
Loading