Skip to content

Commit

Permalink
Update elasticsearch to 7.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chigby committed Sep 23, 2021
1 parent b7a4baa commit 6d8576a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:
ports:
- "5432:5432"
es:
image: docker.elastic.co/elasticsearch/elasticsearch:7.13.4
image: docker.elastic.co/elasticsearch/elasticsearch:7.15.0
environment:
- bootstrap.memory_lock=false
- "ES_JAVA_OPTS=-Xms1500m -Xmx1500m"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ psycopg2==2.8.4
WeasyPrint==51
python-docx==0.8.10
boto3==1.12.5
elasticsearch==7.14.0
elasticsearch==7.15.0
redis==3.4.1
#See https://github.com/wagtail/wagtail-autocomplete
wagtail-autocomplete==0.6.3
Expand Down
4 changes: 2 additions & 2 deletions scripts/travis/install_elasticsearch.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.13.4-amd64.deb
dpkg -i --force-confnew elasticsearch-7.13.4-amd64.deb
curl -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.15.0-amd64.deb
dpkg -i --force-confnew elasticsearch-7.15.0-amd64.deb

chown -R elasticsearch:elasticsearch /etc/default/elasticsearch

Expand Down

0 comments on commit 6d8576a

Please sign in to comment.