Skip to content
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

deps: Bump OpenTelemetryCollector to v1beta1 #479

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

viccuad
Copy link
Member

@viccuad viccuad commented Jul 8, 2024

Description

Fix #474

Test

Tested by performing a manual helm upgrade over kubewarden with telemetry deployed using kubewarden-end-to-end-tests.

Additional Information

Tradeoff

Potential improvement

@viccuad viccuad assigned viccuad and unassigned viccuad Jul 10, 2024
@viccuad viccuad marked this pull request as ready for review July 10, 2024 15:03
@viccuad viccuad requested a review from a team as a code owner July 10, 2024 15:03
Copy link
Member

@flavio flavio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@viccuad viccuad merged commit 05a6207 into kubewarden:main Jul 10, 2024
3 checks passed
viccuad added a commit to viccuad/helm-charts that referenced this pull request Jul 25, 2024
This reverts commit 05a6207.

This revert ought to fix the jaeger helm chart install error:
```
jaeger.jaegertracing.io/my-open-telemetry created
   Error: UPGRADE FAILED: failed to create resource: admission webhook "mopentelemetrycollectorbeta.kb.io" denied the request: json: cannot unmarshal string into Go struct field OpenTelemetryCollectorSpec.spec.config of type v1beta1.Config
```

There seems to be incompatibilities between latest jaeger-operator-2.54.0
(from 2024-06) and latest opentelemetry-operator-0.64.4.

The latest opentelemetry-operator chart includes the operator image
0.103.0 but has not yet consumed 0.104.0, which performs the migrationg
to OpentelemetryCollector apiVersion `opentelemetry.io/v1beta1`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Bump apiVersion of opentelemetry collector
2 participants