ci(buildkite): add initial elastic-agent-helm-charts pipeline#7176
Merged
v1v merged 4 commits intoelastic:mainfrom Mar 6, 2025
Merged
ci(buildkite): add initial elastic-agent-helm-charts pipeline#7176v1v merged 4 commits intoelastic:mainfrom
v1v merged 4 commits intoelastic:mainfrom
Conversation
Contributor
💚 Build Succeeded
cc @v1v |
|
oakrizan
approved these changes
Mar 6, 2025
pkoutsovasilis
approved these changes
Mar 6, 2025
v1v
added a commit
to pkoutsovasilis/elastic-agent
that referenced
this pull request
Mar 6, 2025
* upstream/main: feat: bump go to 1.24.0 (elastic#6932) [CI] Fix Core DRA crossbuild (elastic#7203) fix(ci): Use correct `READ_ONLY` access value instead of `READ` (elastic#7239) ci(buildkite): add initial elastic-agent-helm-charts pipeline (elastic#7176) chore: update elastic-agent-libs to v0.18.8 (elastic#6938) [flakiness] Correct group for TestEndpointAgentServiceMonitoring (elastic#7165)
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





What does this PR do?
Create Buildkite pipeline that will be responsible for creating the helmcharts for the Elastic Agent.
It's a service pipeline, therefore it will be triggered by some other BK pipelines or GH actions.
Why is it important?
Release the Helm Chart as part of the 'DRA' or a release event.
Checklist
./changelog/fragmentsusing the changelog toolDisruptive User Impact
How to test this PR locally
Related issues
Relates to #5486
Questions to ask yourself
Implementation in a follow-up