I'm trying to rollout a Kubernetes integration from our newly deployed Elastic 9.0.0 deployment.
After applying the manifest k8s provides me with the error 'ImagePullBackOff'.
The provided manifest in the integration specifies 'docker.elastic.co/beats/elastic-agent:9.0.0' as the needed image, but it looks like this image doesn't exist in the docker registry.
I did find another image: 'docker.elastic.co/elastic-agent/elastic-agent:9.0.0'. Is this the right one? If so, please make sure to change the provided manifest.