Skip to content

Commit

Permalink
Update stack version in recipes (#7651) (#7652)
Browse files Browse the repository at this point in the history
This updates elastic-agent/fleet-kubernetes-integration-nonroot.yaml and 
elastic-agent/ksm-sharding.yaml recipes which were not correctly updated
because they were created with a stack version different from the current
stack version and as we do a replacement of the current stack version to
update the versions in the recipes, these have not been replaced.
  • Loading branch information
thbkrkr authored Mar 21, 2024
1 parent b246a74 commit dbdcc1c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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

0 comments on commit dbdcc1c

Please sign in to comment.