Skip to content

Commit

Permalink
Upgrade Elasticsearch to 7.17.27
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaymankar committed Feb 5, 2025
1 parent 413a66f commit 10609ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/elasticsearch-ephemeral/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: elasticsearch
# Keep this aligned with the Elastic Search version in wire-server-deploy!
tag: 6.8.23
tag: 7.17.27

service:
httpPort: 9200
Expand Down
2 changes: 1 addition & 1 deletion deploy/dockerephemeral/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ services:
build:
context: .
dockerfile_inline: |
FROM quay.io/wire/elasticsearch:0.0.9-amd64
FROM elasticsearch:7.17.27
RUN /usr/share/elasticsearch/bin/elasticsearch-plugin install x-pack -b
# this seems to be necessary to run X-Pack on Alpine (https://discuss.elastic.co/t/elasticsearch-failing-to-start-due-to-x-pack/85125/7)
RUN rm -rf /usr/share/elasticsearch/plugins/x-pack/platform/linux-x86_64
Expand Down

0 comments on commit 10609ff

Please sign in to comment.