Skip to content
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

Update stack version in recipes #7651

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.7.0
version: 8.12.1
count: 1
elasticsearchRef:
name: elasticsearch
Expand Down Expand Up @@ -127,7 +127,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.7.0
version: 8.12.1
nodeSets:
- name: default
count: 3
Expand All @@ -139,7 +139,7 @@ kind: Agent
metadata:
name: fleet-server
spec:
version: 8.7.0
version: 8.12.1
kibanaRef:
name: kibana
elasticsearchRefs:
Expand All @@ -159,7 +159,7 @@ kind: Agent
metadata:
name: elastic-agent
spec:
version: 8.7.0
version: 8.12.1
kibanaRef:
name: kibana
fleetServerRef:
Expand Down
6 changes: 3 additions & 3 deletions config/recipes/elastic-agent/ksm-sharding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Agent
metadata:
name: elastic-agent
spec:
version: 8.10.4
version: 8.12.1
elasticsearchRefs:
- name: elasticsearch
statefulSet:
Expand Down Expand Up @@ -450,7 +450,7 @@ kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.10.4
version: 8.12.1
nodeSets:
- name: default
count: 3
Expand All @@ -462,7 +462,7 @@ kind: Kibana
metadata:
name: kibana
spec:
version: 8.10.4
version: 8.12.1
count: 1
elasticsearchRef:
name: elasticsearch
Expand Down