[elasticsearch][kibana] Upgrade to v8.18.1

+ switch to the upstream elasticsearch image
+ replace the elasticsearch_template image with a lightweight
  linuxserver image that includes `yq` and `jq`

Change-Id: I7721a2cc4e12ff09320994fe2a698f0f0c9ab2cc
This commit is contained in:
Arina Stebenkova
2025-05-28 18:00:41 +03:00
parent 3ce8595587
commit a1d9989ec0
6 changed files with 19 additions and 5 deletions

View File

@ -12,7 +12,7 @@
---
apiVersion: v2
appVersion: v8.9.0
appVersion: v8.18.1
description: OpenStack-Helm ElasticSearch
name: elasticsearch
version: 2025.1.0

View File

@ -19,7 +19,7 @@ images:
tags:
apache_proxy: docker.io/library/httpd:2.4
memory_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
elasticsearch: docker.io/openstackhelm/elasticsearch-s3:latest-8_9_0
elasticsearch: docker.elastic.co/elasticsearch/elasticsearch:8.18.1
curator: docker.io/untergeek/curator:8.0.10
ceph_key_placement: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_19.2.2-1-20250414
s3_bucket: docker.io/openstackhelm/ceph-daemon:ubuntu_jammy_19.2.2-1-20250414
@ -28,7 +28,7 @@ images:
prometheus_elasticsearch_exporter: quay.io/prometheuscommunity/elasticsearch-exporter:v1.7.0
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
snapshot_repository: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_19.2.2-1-20250414
elasticsearch_templates: docker.io/openstackhelm/elasticsearch-s3:latest-8_9_0
elasticsearch_templates: docker.io/linuxserver/yq:latest
image_repo_sync: docker.io/library/docker:17.07.0
pull_policy: "IfNotPresent"
local_registry:

View File

@ -12,7 +12,7 @@
---
apiVersion: v2
appVersion: v8.9.0
appVersion: v8.18.1
description: OpenStack-Helm Kibana
name: kibana
version: 2025.1.0

View File

@ -22,7 +22,7 @@ labels:
images:
tags:
apache_proxy: docker.io/library/httpd:2.4
kibana: docker.elastic.co/kibana/kibana:8.9.0
kibana: docker.elastic.co/kibana/kibana:8.18.1
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
image_repo_sync: docker.io/library/docker:17.07.0
register_kibana_indexes: docker.io/openstackhelm/heat:wallaby-ubuntu_focal

View File

@ -0,0 +1,10 @@
---
elasticsearch:
- Upgrade to the latest v8.18.1
- Replace the elasticsearch_templates image with a
lighweight upstream image that includes yq and jq
- Switch to the upstream image, as S3 repository
support is natively integrated starting from v8.x
(https://www.elastic.co/guide/en/elasticsearch/plugins/8.0/repository-s3.html)
and elasticsearch_templates is replaced to use jq
...

View File

@ -0,0 +1,4 @@
---
kibana:
- Upgrade to the latest v8.18.1, in sync with Elasticsearch
...