Skip to content

Commit edeb02e

Browse files
authored
updating also kustomize templates (#5381)
1 parent 15b8b79 commit edeb02e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

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

+1-1
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.15.0
30+
image: docker.elastic.co/beats/elastic-agent:8.15.1
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

+2-2
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.15.0
31+
# image: docker.elastic.co/beats/elastic-agent:8.15.1
3232
# command: ['bash']
3333
# args:
3434
# - -c
@@ -42,7 +42,7 @@ spec:
4242
# mountPath: /usr/share/elastic-agent/state
4343
containers:
4444
- name: elastic-agent-standalone
45-
image: docker.elastic.co/beats/elastic-agent:8.15.0
45+
image: docker.elastic.co/beats/elastic-agent:8.15.1
4646
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
4747
env:
4848
# 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

+1-1
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.15.0
30+
image: docker.elastic.co/beats/elastic-agent:8.15.1
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

+1-1
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.15.0
30+
image: docker.elastic.co/beats/elastic-agent:8.15.1
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

+2-2
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.15.0
31+
# image: docker.elastic.co/beats/elastic-agent:8.15.1
3232
# command: ['bash']
3333
# args:
3434
# - -c
@@ -42,7 +42,7 @@ spec:
4242
# # mountPath: /usr/share/elastic-agent/state
4343
containers:
4444
- name: elastic-agent-standalone
45-
image: docker.elastic.co/beats/elastic-agent:8.15.0
45+
image: docker.elastic.co/beats/elastic-agent:8.15.1
4646
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
4747
env:
4848
# 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

+2-2
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.15.0
31+
# image: docker.elastic.co/beats/elastic-agent:8.15.1
3232
# command: ['bash']
3333
# args:
3434
# - -c
@@ -42,7 +42,7 @@ spec:
4242
# # mountPath: /usr/share/elastic-agent/state
4343
containers:
4444
- name: elastic-agent-standalone
45-
image: docker.elastic.co/beats/elastic-agent:8.15.0
45+
image: docker.elastic.co/beats/elastic-agent:8.15.1
4646
args: ["-c", "/etc/elastic-agent/agent.yml", "-e"]
4747
env:
4848
# 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

0 commit comments

Comments
 (0)