requirements: bump elasticsearch and kiban to 7.17.8
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f5bf602059
commit
9f0ab35e5d
|
@ -15,7 +15,7 @@ kibana_domain: 'nimbus-logs.infra.status.im'
|
|||
kibana_service_name: 'kibana'
|
||||
kibana_docker_network_name: '{{ kibana_service_name }}'
|
||||
kibana_cont_name: '{{ kibana_service_name }}'
|
||||
kibana_cont_tag: '7.17.5'
|
||||
kibana_cont_tag: '7.17.8'
|
||||
kibana_cont_port: 5601
|
||||
kibana_es_lb_addr: '{{ es_lb_cont_name }}'
|
||||
kibana_es_lb_port: '{{ es_lb_api_port }}'
|
||||
|
@ -38,7 +38,7 @@ oauth_cookie_secret: '{{ lookup("bitwarden", "nimbus/kibana/oauth", field="cooki
|
|||
es_lb_service_name: 'elasticsearch'
|
||||
es_lb_docker_network_name: '{{ kibana_docker_network_name }}'
|
||||
es_lb_cont_name: '{{ es_lb_service_name }}-lb'
|
||||
es_lb_cont_tag: '7.17.5'
|
||||
es_lb_cont_tag: '7.17.8'
|
||||
es_lb_data_center: do-ams3
|
||||
es_lb_cluster_name: 'nimbus-logs-search'
|
||||
es_lb_cluster_dc: 'he-eu-hel1'
|
||||
|
|
|
@ -17,7 +17,7 @@ es_cluster_name: 'nimbus-logs-search'
|
|||
es_docker_network_name: '{{ es_service_name }}'
|
||||
es_api_port: 9200
|
||||
es_node_port: 9300
|
||||
es_node_cont_tag: '7.17.5'
|
||||
es_node_cont_tag: '7.17.8'
|
||||
es_exp_cont_port: 9114
|
||||
es_master_nodes: |
|
||||
{{ ansible_play_hosts
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
- name: infra-role-bootstrap-linux
|
||||
src: git@github.com:status-im/infra-role-bootstrap-linux.git
|
||||
version: 338a830648b210726a5b3e7837ed52046a9936f9
|
||||
version: 45ecfc30c0bb603d58140fc9abfe372b6343c874
|
||||
scm: git
|
||||
|
||||
- name: infra-role-bootstrap-windows
|
||||
|
@ -91,17 +91,17 @@
|
|||
|
||||
- name: kibana
|
||||
src: git@github.com:status-im/infra-role-kibana.git
|
||||
version: c69dd80b5f8c5c27e8cca799080876fdad4ee4c1
|
||||
version: 88053a6c6e0f2a2fffe6dea3c6cfed0b7c2e3bcf
|
||||
scm: git
|
||||
|
||||
- name: elasticsearch
|
||||
src: git@github.com:status-im/infra-role-elasticsearch.git
|
||||
version: 6fdb0999ca1bd8b25eac92a40e84b76c735a66ab
|
||||
version: bf5eeadb3877d39167c5efc522355066c3671a66
|
||||
scm: git
|
||||
|
||||
- name: elasticsearch-lb
|
||||
src: git@github.com:status-im/infra-role-elasticsearch-lb.git
|
||||
version: d77dcf1e583aca2ad7010b94cbe8ddb43b5062fb
|
||||
version: 2f20c271671aa586f580ba5b30dd43126e11e0f9
|
||||
scm: git
|
||||
|
||||
- name: systemd-timer
|
||||
|
|
Loading…
Reference in New Issue