Skip to content

Update Helm release opentelemetry-collector to v0.102.1 #2459

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Aug 27, 2024
Merged
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
2 changes: 1 addition & 1 deletion tests/framework/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
collectorChartReleaseName = "otel-collector"
//nolint:lll
// renovate: datasource=helm depName=opentelemetry-collector registryUrl=https://open-telemetry.github.io/opentelemetry-helm-charts
collectorChartVersion = "0.73.1"
collectorChartVersion = "0.102.1"
)

// InstallCollector installs the otel-collector.
Expand Down
9 changes: 6 additions & 3 deletions tests/suite/manifests/telemetry/collector-values.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
mode: deployment
replicaCount: 1
image:
repository: otel/opentelemetry-collector-k8s
config:
exporters:
debug:
verbosity: detailed
logging: {}
extensions:
health_check: {}
memory_ballast:
size_in_percentage: 40
processors:
batch: {}
memory_limiter:
Expand All @@ -29,3 +28,7 @@ config:
- debug
receivers:
- otlp
resources:
limits:
cpu: 250m
memory: 512Mi
Loading