[elasticsearch][kibana] Upgrade to v8.19.9
+ use absolute paths for log files due to upstream changes
6876b8cf05
Change-Id: I544afed1ca99f184ed20c2dedc30834ec6e0aeeb
Signed-off-by: Arina Triandafilidi <atriandafilidi@mirantis.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: v8.18.1
|
||||
appVersion: v8.19.9
|
||||
description: OpenStack-Helm ElasticSearch
|
||||
name: elasticsearch
|
||||
version: 2025.2.0
|
||||
|
||||
@@ -19,7 +19,7 @@ images:
|
||||
tags:
|
||||
apache_proxy: docker.io/library/httpd:2.4
|
||||
memory_init: quay.io/airshipit/openstack-client:2025.1-ubuntu_noble
|
||||
elasticsearch: docker.elastic.co/elasticsearch/elasticsearch:8.18.1
|
||||
elasticsearch: docker.elastic.co/elasticsearch/elasticsearch:8.19.9
|
||||
curator: docker.io/untergeek/curator:8.0.10
|
||||
ceph_key_placement: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_19.2.3-1-20250805
|
||||
s3_bucket: docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_19.2.3-1-20250805
|
||||
@@ -564,7 +564,7 @@ conf:
|
||||
{{- end }}
|
||||
-XX:+HeapDumpOnOutOfMemoryError
|
||||
-XX:HeapDumpPath=data
|
||||
-XX:ErrorFile=logs/hs_err_pid%p.log
|
||||
-XX:ErrorFile=/usr/share/elasticsearch/logs/hs_err_pid%p.log
|
||||
8:-XX:+PrintGCDetails
|
||||
8:-XX:+PrintGCDateStamps
|
||||
8:-XX:+PrintTenuringDistribution
|
||||
@@ -576,7 +576,7 @@ conf:
|
||||
8-13:-XX:+UseConcMarkSweepGC
|
||||
8-13:-XX:CMSInitiatingOccupancyFraction=75
|
||||
8-13:-XX:+UseCMSInitiatingOccupancyOnly
|
||||
9-:-Xlog:gc*,gc+age=trace,safepoint:file=logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m
|
||||
9-:-Xlog:gc*,gc+age=trace,safepoint:file=/usr/share/elasticsearch/logs/gc.log:utctime,pid,tags:filecount=32,filesize=64m
|
||||
9-:-Djava.locale.providers=COMPAT
|
||||
10-:-XX:UseAVX=2
|
||||
init:
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
---
|
||||
apiVersion: v2
|
||||
appVersion: v8.18.1
|
||||
appVersion: v8.19.9
|
||||
description: OpenStack-Helm Kibana
|
||||
name: kibana
|
||||
version: 2025.2.0
|
||||
|
||||
@@ -22,7 +22,7 @@ labels:
|
||||
images:
|
||||
tags:
|
||||
apache_proxy: docker.io/library/httpd:2.4
|
||||
kibana: docker.elastic.co/kibana/kibana:8.18.1
|
||||
kibana: docker.elastic.co/kibana/kibana:8.19.9
|
||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_jammy
|
||||
image_repo_sync: quay.io/airshipit/docker:27.5.0
|
||||
register_kibana_indexes: quay.io/airshipit/openstack-client:2025.1-ubuntu_noble
|
||||
|
||||
6
releasenotes/notes/elasticsearch-baf978b047efc111.yaml
Normal file
6
releasenotes/notes/elasticsearch-baf978b047efc111.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
elasticsearch:
|
||||
- Upgrade to v8.19.9
|
||||
- Use absolute paths for log files due to upstream changes
|
||||
(https://github.com/elastic/elasticsearch/commit/6876b8cf05e8a5ae416b5c7394a9c887c8976cf1)
|
||||
...
|
||||
4
releasenotes/notes/kibana-053401293f7f508d.yaml
Normal file
4
releasenotes/notes/kibana-053401293f7f508d.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
kibana:
|
||||
- Upgrade to v8.19.9, in sync with Elasticsearch
|
||||
...
|
||||
Reference in New Issue
Block a user