[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:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v8.9.0
|
appVersion: v8.18.1
|
||||||
description: OpenStack-Helm ElasticSearch
|
description: OpenStack-Helm ElasticSearch
|
||||||
name: elasticsearch
|
name: elasticsearch
|
||||||
version: 2025.1.0
|
version: 2025.1.0
|
||||||
|
@@ -19,7 +19,7 @@ images:
|
|||||||
tags:
|
tags:
|
||||||
apache_proxy: docker.io/library/httpd:2.4
|
apache_proxy: docker.io/library/httpd:2.4
|
||||||
memory_init: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
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
|
curator: docker.io/untergeek/curator:8.0.10
|
||||||
ceph_key_placement: docker.io/openstackhelm/ceph-config-helper:ubuntu_jammy_19.2.2-1-20250414
|
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
|
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
|
prometheus_elasticsearch_exporter: quay.io/prometheuscommunity/elasticsearch-exporter:v1.7.0
|
||||||
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
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
|
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
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
pull_policy: "IfNotPresent"
|
pull_policy: "IfNotPresent"
|
||||||
local_registry:
|
local_registry:
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v8.9.0
|
appVersion: v8.18.1
|
||||||
description: OpenStack-Helm Kibana
|
description: OpenStack-Helm Kibana
|
||||||
name: kibana
|
name: kibana
|
||||||
version: 2025.1.0
|
version: 2025.1.0
|
||||||
|
@@ -22,7 +22,7 @@ labels:
|
|||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
apache_proxy: docker.io/library/httpd:2.4
|
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
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_focal
|
||||||
image_repo_sync: docker.io/library/docker:17.07.0
|
image_repo_sync: docker.io/library/docker:17.07.0
|
||||||
register_kibana_indexes: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
register_kibana_indexes: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
|
||||||
|
10
releasenotes/notes/elasticsearch-127e34013b70451d.yaml
Normal file
10
releasenotes/notes/elasticsearch-127e34013b70451d.yaml
Normal 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
|
||||||
|
...
|
4
releasenotes/notes/kibana-c0b39f760a7c5b80.yaml
Normal file
4
releasenotes/notes/kibana-c0b39f760a7c5b80.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
kibana:
|
||||||
|
- Upgrade to the latest v8.18.1, in sync with Elasticsearch
|
||||||
|
...
|
Reference in New Issue
Block a user