Skip to content

Commit

Permalink
helm(search): install py_elasticsearch 8 in reindex cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Dec 4, 2023
1 parent 740500f commit 88cdb49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
command: ["bash"]
args: [
"-c",
"mkdir -p /log && touch /log/sefaria_book_errors.log && pip install numpy && /app/run /app/scripts/reindex_elasticsearch_cronjob.py"
"mkdir -p /log && touch /log/sefaria_book_errors.log && pip install numpy elasticsearch==8.8.2 git+https://github.com/Sefaria/[email protected]#egg=elasticsearch-dsl && /app/run /app/scripts/reindex_elasticsearch_cronjob.py"
]
restartPolicy: Never
volumes:
Expand Down

0 comments on commit 88cdb49

Please sign in to comment.