-
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
[8.16](backport #6724) [k8s] Correct agent image repository #6849
Conversation
* fix: correct agent image repository * fix: update agent image repository in more places * fix default docker image repository --------- Co-authored-by: Paolo Chila <paolo.chila@elastic.co> (cherry picked from commit ed7c19f) # Conflicts: # deploy/helm/edot-collector/kube-stack/values.yaml # deploy/helm/elastic-agent/examples/eck/rendered/manifest.yaml # deploy/helm/elastic-agent/examples/fleet-managed-ksm-sharding/rendered/manifest.yaml # deploy/helm/elastic-agent/examples/fleet-managed/rendered/manifest.yaml # deploy/helm/elastic-agent/examples/kubernetes-default/rendered/manifest.yaml # deploy/helm/elastic-agent/examples/kubernetes-hints-autodiscover/rendered/manifest.yaml # deploy/helm/elastic-agent/examples/kubernetes-ksm-sharding/rendered/manifest.yaml # deploy/helm/elastic-agent/examples/kubernetes-only-logs/rendered/manifest.yaml # deploy/helm/elastic-agent/examples/multiple-integrations/rendered/manifest.yaml # deploy/helm/elastic-agent/examples/netflow-service/rendered/manifest.yaml # deploy/helm/elastic-agent/examples/nginx-custom-integration/rendered/manifest.yaml # deploy/helm/elastic-agent/examples/system-custom-auth-paths/rendered/manifest.yaml # deploy/helm/elastic-agent/examples/user-cluster-role/rendered/manifest.yaml # deploy/helm/elastic-agent/examples/user-service-account/rendered/manifest.yaml # deploy/kubernetes/elastic-agent-kustomize/default/elastic-agent-managed/base/elastic-agent-managed-daemonset.yaml # deploy/kubernetes/elastic-agent-kustomize/default/elastic-agent-standalone/base/elastic-agent-standalone-daemonset.yaml # deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-managed/base/elastic-agent-managed-daemonset.yaml # deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-managed/extra/elastic-agent-managed-statefulset.yaml # deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-standalone/base/elastic-agent-standalone-daemonset.yaml # deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-standalone/extra/elastic-agent-standalone-statefulset.yaml # deploy/kubernetes/elastic-agent-kustomize/ksm-hints/elastic-agent-standalone/kustomization.yaml # deploy/kubernetes/elastic-agent-managed-kubernetes.yaml # deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml # internal/pkg/otel/README.md # internal/pkg/otel/templates/README.md.tmpl
Cherry-pick of ed7c19f has failed:
To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally |
|
hmmm it seems that not all expected elastic-agent flavours of 8.16.4 exist under the new repository, thus I am gonna close this one |
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
This is an automatic backport of pull request #6724 done by Mergify.