-
Notifications
You must be signed in to change notification settings - Fork 91
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
Pin collector image in e2e tests #1441
Comments
#1443 provides a temporary fix. We still need to develop a solution that will allow renovate to update the collector image version. Likely, this means wrapping the collector image in our own Dockerfile. |
* Pin opentelemetry-collector-contrib to 0.115.1 Part of #1441 * Update kafka-go/collector-helm-values.yml
Possible solution would be to follow what is planned here: https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1140/files#diff-292d6d00bcf2d0d55e146ba46e229366f0ed73fcb0ac11c4885a029f014161bb |
We currently use the latest collector image for our testing:
opentelemetry-go-instrumentation/.github/workflows/e2e/k8s/collector-helm-values.yml
Line 31 in d447af1
This means any breaking changes to the image will be introduced to our CI system without review (e.g. https://github.com/open-telemetry/opentelemetry-go-instrumentation/actions/runs/12377825359/job/34549117158?pr=1431)
We need to pin this image. We also need to ensure that renovate can help in the upgrade process.
The text was updated successfully, but these errors were encountered: