kubewarden / helm-charts

Helm charts for the Kubewarden project
Apache License 2.0
25 stars 17 forks source link

Revert "deps: Bump OpenTelemetryCollector to v1beta1 (#479)" #489

Closed viccuad closed 3 months ago

viccuad commented 3 months ago

This reverts commit 05a6207ae18d7fce5fc96c93491e119b9254bd48.

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.

Description

Fix #XXX

Test

To test this pull request, you can run the following commands:

Additional Information

Tradeoff

Potential improvement