Skip to content

Commit b80da50

Browse files
committed
Update registry location for elastic agent packages
1 parent efddf25 commit b80da50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/fleet/add-fleet-server-kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ Adapt and change the suggested manifests and deployment strategy to your needs,
336336
automountServiceAccountToken: false
337337
containers:
338338
- name: elastic-agent
339-
image: docker.elastic.co/beats/elastic-agent:{{version.stack}}
339+
image: docker.elastic.co/elastic-agent:{{version.stack}}
340340
env:
341341
- name: FLEET_SERVER_ENABLE
342342
value: "true"
@@ -422,7 +422,7 @@ Adapt and change the suggested manifests and deployment strategy to your needs,
422422
automountServiceAccountToken: false
423423
containers:
424424
- name: elastic-agent
425-
image: docker.elastic.co/beats/elastic-agent:{{version.stack}}
425+
image: docker.elastic.co/elastic-agent:{{version.stack}}
426426
env:
427427
- name: FLEET_SERVER_ENABLE
428428
value: "true"

0 commit comments

Comments
 (0)