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:
This reverts commit 05a6207ae18d7fce5fc96c93491e119b9254bd48.
This revert ought to fix the jaeger helm chart install error:
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