-
Notifications
You must be signed in to change notification settings - Fork 154
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
[k8s] Correct agent image repository #6724
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, there a few more references to the old docker image name in /pkg/testing/kubernetes/supported.go
that I think need to be updated.
I also don't think this needs to be backported to 8.* versions as we stopped publishing elastic-agent image under docker.elastic.co/beats/
starting from 9.0 version
5baf8ab
to
bac9b64
Compare
|
What does this PR do?
This PR updates the registry of the elastic-agent container image to reflect the latest and correct one
Why is it important?
It is mandatory as elastic-agent container image has migrated to
docker.elastic.co/elastic-agent/
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
None
How to test this PR locally
Follow either one of the elastic-agent Helm chart examples
Related issues
Closes #6725