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:
parent
d77dcf1e58
commit
2f20c27167
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in New Issue