upgrade from 7.17.7 to 7.17.8

https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.8.html

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-01-19 12:32:24 +01:00
parent d77dcf1e58
commit 2f20c27167
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ es_lb_docker_network_name: '{{ es_lb_service_name }}'
# Node
es_lb_cont_name: '{{ es_lb_service_name }}-lb'
es_lb_cont_vol: '{{ es_lb_service_path }}/lb'
es_lb_cont_tag: '7.17.7'
es_lb_cont_tag: '7.17.8'
es_lb_cont_image: 'elasticsearch:{{ es_lb_cont_tag }}'
es_lb_cont_uid: 1000
es_lb_host_uid: '{{ 100000 + es_lb_cont_uid | int }}'