Skip to content

Commit

Permalink
ping elasticsearch7 version to fix version check
Browse files Browse the repository at this point in the history
we must use version <=7.13 due to this issue:
elastic/elasticsearch-js#1519
  • Loading branch information
msherman64 committed Jul 27, 2023
1 parent edd4327 commit 3a4110f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/elasticsearch/elasticsearch-curator/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
# NOTE(parallax): pin elasticsearch due to bug: https://bugs.launchpad.net/kolla/+bug/1941073
{% set elasticsearch_curator_pip_packages = [
'elasticsearch==7.13.*',
'elasticsearch-curator==7.*'
'elasticsearch7==7.13.*',
'elasticsearch-curator==7.*',
] %}

RUN {{ macros.install_pip(elasticsearch_curator_pip_packages | customizable("pip_packages"), constraints=false) }} \
Expand Down

0 comments on commit 3a4110f

Please sign in to comment.