Skip to content

Commit b64c3ee

Browse files
[8.17](backport #6724) [k8s] Correct agent image repository (#6851)
* [k8s] Correct agent image repository (#6724) * fix: correct agent image repository * fix: update agent image repository in more places * fix default docker image repository --------- Co-authored-by: Paolo Chila <[email protected]> (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 * fix: resolve conflicts * fix: remove ksm helm examples * fix: remove netflow helm examples --------- Co-authored-by: Panos Koutsovasilis <[email protected]>
1 parent cd37b48 commit b64c3ee

File tree

31 files changed

+53
-55
lines changed

31 files changed

+53
-55
lines changed

deploy/helm/edot-collector/kube-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crds:
1616
create: true # Install the OpenTelemetry Operator CRDs.
1717
defaultCRConfig:
1818
image:
19-
repository: "docker.elastic.co/beats/elastic-agent"
19+
repository: "docker.elastic.co/elastic-agent/elastic-agent"
2020
tag: "8.17.3"
2121
targetAllocator:
2222
enabled: false # Enable/disable the Operator's Target allocator.

deploy/helm/elastic-agent/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# elastic-agent
77

8-
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
8+
![Version: 8.17.3-beta](https://img.shields.io/badge/Version-8.17.3--beta-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.17.3](https://img.shields.io/badge/AppVersion-8.17.3-informational?style=flat-square)
99

1010
Elastic-Agent Helm Chart
1111

@@ -143,8 +143,8 @@ The chart built-in [kubernetes integration](https://docs.elastic.co/integrations
143143
### 6 - Elastic-Agent Configuration
144144
| Key | Type | Default | Description |
145145
|-----|------|---------|-------------|
146-
| agent.version | string | `"9.0.0"` | elastic-agent version |
147-
| agent.image | object | `{"pullPolicy":"IfNotPresent","repository":"docker.elastic.co/beats/elastic-agent","tag":"9.0.0-SNAPSHOT"}` | image configuration |
146+
| agent.version | string | `"8.17.3"` | elastic-agent version |
147+
| agent.image | object | `{"pullPolicy":"IfNotPresent","repository":"docker.elastic.co/elastic-agent/elastic-agent","tag":"8.17.3-SNAPSHOT"}` | image configuration |
148148
| agent.imagePullSecrets | list | `[]` | image pull secrets |
149149
| agent.engine | string | `"k8s"` | generate kubernetes manifests or [ECK](https://github.com/elastic/cloud-on-k8s) CRDs |
150150
| agent.unprivileged | bool | `false` | enable unprivileged mode |

deploy/helm/elastic-agent/examples/eck/rendered/manifest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ spec:
11001100
value: /usr/share/elastic-agent/state
11011101
- name: ELASTIC_NETINFO
11021102
value: "false"
1103-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1103+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
11041104
imagePullPolicy: IfNotPresent
11051105
name: agent
11061106
resources:
@@ -1203,7 +1203,7 @@ spec:
12031203
value: /usr/share/elastic-agent/state
12041204
- name: ELASTIC_NETINFO
12051205
value: "false"
1206-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1206+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
12071207
imagePullPolicy: IfNotPresent
12081208
name: agent
12091209
resources:
@@ -1312,7 +1312,7 @@ spec:
13121312
value: /usr/share/elastic-agent/state
13131313
- name: ELASTIC_NETINFO
13141314
value: "false"
1315-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1315+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
13161316
imagePullPolicy: IfNotPresent
13171317
name: agent
13181318
resources:

deploy/helm/elastic-agent/examples/fleet-managed/rendered/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ spec:
183183
value: "false"
184184
- name: FLEET_ENROLL
185185
value: "1"
186-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
186+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
187187
imagePullPolicy: IfNotPresent
188188
name: agent
189189
resources:

deploy/helm/elastic-agent/examples/kubernetes-default/rendered/manifest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ spec:
11001100
value: /usr/share/elastic-agent/state
11011101
- name: ELASTIC_NETINFO
11021102
value: "false"
1103-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1103+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
11041104
imagePullPolicy: IfNotPresent
11051105
name: agent
11061106
resources:
@@ -1220,7 +1220,7 @@ spec:
12201220
value: /usr/share/elastic-agent/state
12211221
- name: ELASTIC_NETINFO
12221222
value: "false"
1223-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1223+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
12241224
imagePullPolicy: IfNotPresent
12251225
name: agent
12261226
resources:
@@ -1342,7 +1342,7 @@ spec:
13421342
value: /usr/share/elastic-agent/state
13431343
- name: ELASTIC_NETINFO
13441344
value: "false"
1345-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1345+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
13461346
imagePullPolicy: IfNotPresent
13471347
name: agent
13481348
resources:

deploy/helm/elastic-agent/examples/kubernetes-hints-autodiscover/rendered/manifest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ spec:
11021102
value: /usr/share/elastic-agent/state
11031103
- name: ELASTIC_NETINFO
11041104
value: "false"
1105-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1105+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
11061106
imagePullPolicy: IfNotPresent
11071107
name: agent
11081108
resources:
@@ -1247,7 +1247,7 @@ spec:
12471247
value: /usr/share/elastic-agent/state
12481248
- name: ELASTIC_NETINFO
12491249
value: "false"
1250-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1250+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
12511251
imagePullPolicy: IfNotPresent
12521252
name: agent
12531253
resources:
@@ -1369,7 +1369,7 @@ spec:
13691369
value: /usr/share/elastic-agent/state
13701370
- name: ELASTIC_NETINFO
13711371
value: "false"
1372-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1372+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
13731373
imagePullPolicy: IfNotPresent
13741374
name: agent
13751375
resources:

deploy/helm/elastic-agent/examples/kubernetes-only-logs/rendered/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ spec:
244244
value: /usr/share/elastic-agent/state
245245
- name: ELASTIC_NETINFO
246246
value: "false"
247-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
247+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
248248
imagePullPolicy: IfNotPresent
249249
name: agent
250250
resources:

deploy/helm/elastic-agent/examples/multiple-integrations/rendered/manifest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,7 +1128,7 @@ spec:
11281128
value: /usr/share/elastic-agent/state
11291129
- name: ELASTIC_NETINFO
11301130
value: "false"
1131-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1131+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
11321132
imagePullPolicy: IfNotPresent
11331133
name: agent
11341134
resources:
@@ -1263,7 +1263,7 @@ spec:
12631263
value: /usr/share/elastic-agent/state
12641264
- name: ELASTIC_NETINFO
12651265
value: "false"
1266-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1266+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
12671267
imagePullPolicy: IfNotPresent
12681268
name: agent
12691269
resources:
@@ -1375,7 +1375,7 @@ spec:
13751375
value: /usr/share/elastic-agent/state
13761376
- name: ELASTIC_NETINFO
13771377
value: "false"
1378-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1378+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
13791379
imagePullPolicy: IfNotPresent
13801380
name: agent
13811381
resources:

deploy/helm/elastic-agent/examples/nginx-custom-integration/rendered/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spec:
9393
fieldPath: metadata.name
9494
- name: STATE_PATH
9595
value: /usr/share/elastic-agent/state
96-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
96+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
9797
imagePullPolicy: IfNotPresent
9898
name: agent
9999
securityContext:

deploy/helm/elastic-agent/examples/system-custom-auth-paths/rendered/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ spec:
324324
value: /usr/share/elastic-agent/state
325325
- name: ELASTIC_NETINFO
326326
value: "false"
327-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
327+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
328328
imagePullPolicy: IfNotPresent
329329
name: agent
330330
resources:

deploy/helm/elastic-agent/examples/user-cluster-role/rendered/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ spec:
132132
fieldPath: metadata.name
133133
- name: STATE_PATH
134134
value: /usr/share/elastic-agent/state
135-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
135+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
136136
imagePullPolicy: IfNotPresent
137137
name: agent
138138
securityContext:

deploy/helm/elastic-agent/examples/user-service-account/rendered/manifest.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ spec:
10701070
value: /usr/share/elastic-agent/state
10711071
- name: ELASTIC_NETINFO
10721072
value: "false"
1073-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1073+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
10741074
imagePullPolicy: IfNotPresent
10751075
name: agent
10761076
resources:
@@ -1190,7 +1190,7 @@ spec:
11901190
value: /usr/share/elastic-agent/state
11911191
- name: ELASTIC_NETINFO
11921192
value: "false"
1193-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1193+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
11941194
imagePullPolicy: IfNotPresent
11951195
name: agent
11961196
resources:
@@ -1312,7 +1312,7 @@ spec:
13121312
value: /usr/share/elastic-agent/state
13131313
- name: ELASTIC_NETINFO
13141314
value: "false"
1315-
image: docker.elastic.co/beats/elastic-agent:8.17.3-SNAPSHOT
1315+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3-SNAPSHOT
13161316
imagePullPolicy: IfNotPresent
13171317
name: agent
13181318
resources:

deploy/helm/elastic-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ agent:
329329
# -- image configuration
330330
# @section -- 6 - Elastic-Agent Configuration
331331
image:
332-
repository: docker.elastic.co/beats/elastic-agent
332+
repository: docker.elastic.co/elastic-agent/elastic-agent
333333
pullPolicy: IfNotPresent
334334
tag: "8.17.3-SNAPSHOT"
335335
# -- image pull secrets

deploy/kubernetes/elastic-agent-kustomize/default/elastic-agent-managed/base/elastic-agent-managed-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
dnsPolicy: ClusterFirstWithHostNet
2828
containers:
2929
- name: elastic-agent
30-
image: docker.elastic.co/beats/elastic-agent:8.17.3
30+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3
3131
env:
3232
# Set to 1 for enrollment into Fleet server. If not set, Elastic Agent is run in standalone mode
3333
- name: FLEET_ENROLL

deploy/kubernetes/elastic-agent-kustomize/default/elastic-agent-standalone/base/elastic-agent-standalone-daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
# Uncomment if using hints feature
2929
#initContainers:
3030
# - name: k8s-templates-downloader
31-
# image: docker.elastic.co/beats/elastic-agent:8.17.3
31+
# image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3
3232
# command: ['bash']
3333
# args:
3434
# - -c
@@ -40,7 +40,7 @@ spec:
4040
# mountPath: /etc/elastic-agent/inputs.d
4141
containers:
4242
- name: elastic-agent-standalone
43-
image: docker.elastic.co/beats/elastic-agent:8.17.3
43+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3
4444
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
4545
env:
4646
# The API Key with access privilleges to connect to Elasticsearch. https://www.elastic.co/guide/en/fleet/current/grant-access-to-elasticsearch.html#create-api-key-standalone-agent

deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-managed/base/elastic-agent-managed-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
dnsPolicy: ClusterFirstWithHostNet
2828
containers:
2929
- name: elastic-agent
30-
image: docker.elastic.co/beats/elastic-agent:8.17.3
30+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3
3131
env:
3232
# Set to 1 for enrollment into Fleet server. If not set, Elastic Agent is run in standalone mode
3333
- name: FLEET_ENROLL

deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-managed/extra/elastic-agent-managed-statefulset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
dnsPolicy: ClusterFirstWithHostNet
2828
containers:
2929
- name: elastic-agent
30-
image: docker.elastic.co/beats/elastic-agent:8.17.3
30+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3
3131
env:
3232
# Set to 1 for enrollment into Fleet server. If not set, Elastic Agent is run in standalone mode
3333
- name: FLEET_ENROLL

deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-standalone/base/elastic-agent-standalone-daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
# Uncomment if using hints feature
2929
#initContainers:
3030
# - name: k8s-templates-downloader
31-
# image: docker.elastic.co/beats/elastic-agent:8.17.3
31+
# image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3
3232
# command: ['bash']
3333
# args:
3434
# - -c
@@ -40,7 +40,7 @@ spec:
4040
# mountPath: /etc/elastic-agent/inputs.d
4141
containers:
4242
- name: elastic-agent-standalone
43-
image: docker.elastic.co/beats/elastic-agent:8.17.3
43+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3
4444
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
4545
env:
4646
# The API Key with access privilleges to connect to Elasticsearch. https://www.elastic.co/guide/en/fleet/current/grant-access-to-elasticsearch.html#create-api-key-standalone-agent

deploy/kubernetes/elastic-agent-kustomize/ksm-autosharding/elastic-agent-standalone/extra/elastic-agent-standalone-statefulset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
# Uncomment if using hints feature
2929
#initContainers:
3030
# - name: k8s-templates-downloader
31-
# image: docker.elastic.co/beats/elastic-agent:8.17.3
31+
# image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3
3232
# command: ['bash']
3333
# args:
3434
# - -c
@@ -40,7 +40,7 @@ spec:
4040
# mountPath: /etc/elastic-agent/inputs.d
4141
containers:
4242
- name: elastic-agent-standalone
43-
image: docker.elastic.co/beats/elastic-agent:8.17.3
43+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3
4444
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
4545
env:
4646
# The API Key with access privilleges to connect to Elasticsearch. https://www.elastic.co/guide/en/fleet/current/grant-access-to-elasticsearch.html#create-api-key-standalone-agent

deploy/kubernetes/elastic-agent-kustomize/ksm-hints/elastic-agent-standalone/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ patches:
1919
spec:
2020
initContainers:
2121
- name: k8s-templates-downloader
22-
image: docker.elastic.co/beats/elastic-agent:8.17.3
22+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3
2323
command: ['bash']
2424
args:
2525
- -c
@@ -37,4 +37,3 @@ patches:
3737
volumes:
3838
- name: external-inputs
3939
emptyDir: {}
40-

deploy/kubernetes/elastic-agent-kustomize/ksm-hints/elastic-agent-standalone/kustomization.yaml.original

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ patches:
1919
spec:
2020
initContainers:
2121
- name: k8s-templates-downloader
22-
image: docker.elastic.co/beats/elastic-agent:%VERSION%
22+
image: docker.elastic.co/elastic-agent/elastic-agent:%VERSION%
2323
command: ['bash']
2424
args:
2525
- -c
@@ -37,4 +37,3 @@ patches:
3737
volumes:
3838
- name: external-inputs
3939
emptyDir: {}
40-

deploy/kubernetes/elastic-agent-managed-kubernetes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
dnsPolicy: ClusterFirstWithHostNet
2828
containers:
2929
- name: elastic-agent
30-
image: docker.elastic.co/beats/elastic-agent:8.17.3
30+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3
3131
env:
3232
# Set to 1 for enrollment into Fleet server. If not set, Elastic Agent is run in standalone mode
3333
- name: FLEET_ENROLL

deploy/kubernetes/elastic-agent-managed/elastic-agent-managed-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
dnsPolicy: ClusterFirstWithHostNet
2828
containers:
2929
- name: elastic-agent
30-
image: docker.elastic.co/beats/elastic-agent:%VERSION%
30+
image: docker.elastic.co/elastic-agent/elastic-agent:%VERSION%
3131
env:
3232
# Set to 1 for enrollment into Fleet server. If not set, Elastic Agent is run in standalone mode
3333
- name: FLEET_ENROLL

deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@ spec:
704704
# Uncomment if using hints feature
705705
#initContainers:
706706
# - name: k8s-templates-downloader
707-
# image: docker.elastic.co/beats/elastic-agent:8.17.3
707+
# image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3
708708
# command: ['bash']
709709
# args:
710710
# - -c
@@ -716,7 +716,7 @@ spec:
716716
# mountPath: /etc/elastic-agent/inputs.d
717717
containers:
718718
- name: elastic-agent-standalone
719-
image: docker.elastic.co/beats/elastic-agent:8.17.3
719+
image: docker.elastic.co/elastic-agent/elastic-agent:8.17.3
720720
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
721721
env:
722722
# The API Key with access privilleges to connect to Elasticsearch. https://www.elastic.co/guide/en/fleet/current/grant-access-to-elasticsearch.html#create-api-key-standalone-agent

deploy/kubernetes/elastic-agent-standalone/elastic-agent-standalone-daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
# Uncomment if using hints feature
2929
#initContainers:
3030
# - name: k8s-templates-downloader
31-
# image: docker.elastic.co/beats/elastic-agent:%VERSION%
31+
# image: docker.elastic.co/elastic-agent/elastic-agent:%VERSION%
3232
# command: ['bash']
3333
# args:
3434
# - -c
@@ -40,7 +40,7 @@ spec:
4040
# mountPath: /etc/elastic-agent/inputs.d
4141
containers:
4242
- name: elastic-agent-standalone
43-
image: docker.elastic.co/beats/elastic-agent:%VERSION%
43+
image: docker.elastic.co/elastic-agent/elastic-agent:%VERSION%
4444
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
4545
env:
4646
# The API Key with access privilleges to connect to Elasticsearch. https://www.elastic.co/guide/en/fleet/current/grant-access-to-elasticsearch.html#create-api-key-standalone-agent

dev-tools/packaging/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ shared:
251251

252252
- &docker_elastic_spec
253253
extra_vars:
254-
repository: 'docker.elastic.co/beats'
254+
repository: 'docker.elastic.co/elastic-agent'
255255

256256
- &agent_docker_spec
257257
<<: *agent_binary_spec

0 commit comments

Comments
 (0)