Skip to content

ci: add workflow to test default targetAllocator image #1721

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

NavaMaklev
Copy link

Summary

Add CI validation for target allocator image in opentelemetry-operator Helm chart.

Motivation

Issue #929 describes a failure in version 0.87.0 where the target allocator image wasn’t deployed.
This change integrates a CI check that:

  • Enables manager.targetAllocator via Helm,
  • Verifies the target allocator pod becomes ready.

This prevents regressions in future releases.

Changes

  • Added GitHub workflow: .github/workflows/operator-test.yaml
  • Workflow runs ct install with --set manager.targetAllocator.enabled=true and waits for target allocator pod readiness.

Testing

  • ✅ Ran ct install locally — chart installs successfully with target allocator pod.
  • ✅ Verified GitHub Actions workflow execution (pending merge).

Related Issue

Closes #929

@NavaMaklev NavaMaklev requested a review from a team as a code owner June 19, 2025 21:59
Copy link

CLA Not Signed

@NavaMaklev
Copy link
Author

Hi there 👋

I'm trying to contribute to this project as an individual, but I encountered a message from EasyCLA stating that the Individual CLA option is not enabled for this repository.

Could you please advise on how I should proceed? I’m not contributing on behalf of any organization, and I want to ensure my contribution complies with the project's requirements.

Thank you very much for your help!

Best regards,
Nava

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.

[operator] add ci example that installs the target allocator
1 participant