Bump Elastic Stack to 8.18.1

- Continue prep to 9.x as discussed in #1788
This commit is contained in:
t3chn0m4g3 2025-05-12 12:07:56 +02:00
parent c180732af3
commit 7eb271c6ac
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND noninteractive
ENV ES_VER=8.17.5
ENV ES_VER=8.18.1
#
# Include dist
COPY dist/ /root/dist/

View file

@ -11,5 +11,5 @@ http.host: 0.0.0.0
http.cors.enabled: true
http.cors.allow-origin: "*"
indices.query.bool.max_clause_count: 2000
cluster.routing.allocation.disk.watermark.enable_for_single_data_node: true
#cluster.routing.allocation.disk.watermark.enable_for_single_data_node: true
discovery.type: single-node

View file

@ -1,5 +1,5 @@
FROM node:20.18.2-alpine3.20
ENV KB_VER=8.17.5
ENV KB_VER=8.18.1
#
# Include dist
COPY dist/ /root/dist/

View file

@ -1,6 +1,6 @@
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND=noninteractive
ENV LS_VER=8.17.5
ENV LS_VER=8.18.1
#
# Include dist
COPY dist/ /root/dist/